From: Carl Hetherington Date: Thu, 21 Apr 2022 22:01:04 +0000 (+0200) Subject: Missing override. X-Git-Tag: v2.16.10~48 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=c0264efd6f273fa2d4ed8126b2ea673f31d7d539 Missing override. --- 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) + void handle (std::shared_ptr socket) override { boost::mutex::scoped_lock lm (_mutex); BOOST_REQUIRE (_size);