X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fnet%2Fcommunicator.cpp;h=05ef0ea86e0f4e9a6f6710864537a800e61ff663;hb=f97f21c17f24e1d426e5b5863676071a5809b185;hp=f74f4d3f3c831bfdf42c414e4cffdbde111781ab;hpb=d11d422d06ca0277dff4860a0bf71b1844c94b8a;p=libs%2Fnet.git diff --git a/source/net/communicator.cpp b/source/net/communicator.cpp index f74f4d3..05ef0ea 100644 --- a/source/net/communicator.cpp +++ b/source/net/communicator.cpp @@ -35,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():