]> git.tdb.fi Git - libs/net.git/blobdiff - source/net/communicator.cpp
Use the override specifier when overriding
[libs/net.git] / source / net / communicator.cpp
index c473d53a7e06a5ead67d4e8ca76cdbd826cc478d..05ef0ea86e0f4e9a6f6710864537a800e61ff663 100644 (file)
@@ -1,6 +1,5 @@
 #include <cstring>
 #include "communicator.h"
-#include "protocol_impl.h"
 #include "streamsocket.h"
 
 using namespace std;
@@ -36,7 +35,7 @@ private:
 public:
        HandshakeReceiver();
        uint64_t get_hash() const { return hash; }
-       virtual void receive(const Handshake &);
+       void receive(const Handshake &) override;
 };
 
 HandshakeReceiver::HandshakeReceiver():