diff options
| -rw-r--r-- | test/socket_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/socket_test.cc b/test/socket_test.cc index 64c154808..6021d5172 100644 --- a/test/socket_test.cc +++ b/test/socket_test.cc @@ -84,7 +84,7 @@ public: } private: - void handle (std::shared_ptr<Socket> socket) + void handle (std::shared_ptr<Socket> socket) override { boost::mutex::scoped_lock lm (_mutex); BOOST_REQUIRE (_size); |
