diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-22 00:01:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-28 23:50:51 +0200 |
| commit | 4f7a4834af6022f52ab4ec7dec03de29c18f1067 (patch) | |
| tree | 5f3f67ee57f3336368d6a498784146f8e98a01d0 | |
| parent | d1dc3b2e21092373e0b128c5cc1269e505622150 (diff) | |
Missing override.
| -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 11e40831c..bcdbcd724 100644 --- a/test/socket_test.cc +++ b/test/socket_test.cc @@ -83,7 +83,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); |
