Skip to content
Snippets Groups Projects
Commit 453db290 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

dht: add override to getNodeId

parent a8ba536d
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ public: ...@@ -74,7 +74,7 @@ public:
/** /**
* Get the ID of the node. * Get the ID of the node.
*/ */
inline const InfoHash& getNodeId() const { return myid; } inline const InfoHash& getNodeId() const override { return myid; }
/** /**
* Get the current status of the node for the given family. * Get the current status of the node for the given family.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment