diff options
Diffstat (limited to 'src/core/netconnection.h')
-rw-r--r-- | src/core/netconnection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/netconnection.h b/src/core/netconnection.h index 371ab04..a17b35d 100644 --- a/src/core/netconnection.h +++ b/src/core/netconnection.h @@ -101,7 +101,7 @@ public: protected: /// send a ping reply - void send_ping_reply(); + void send_ping_reply(unsigned long timestamp); /// add a raw network message to the send queue void send_raw(std::string const &msg); |