Missing override.
authorCarl Hetherington <cth@carlh.net>
Thu, 21 Apr 2022 22:01:04 +0000 (00:01 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 21 Apr 2022 22:01:55 +0000 (00:01 +0200)
test/socket_test.cc

index 64c15480841513ed6a90f7ed5410250e89926cb9..6021d5172971dde1bd526f35601c0f686e057119 100644 (file)
@@ -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);