]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testEvent.h
Maintenance: Consistent use of C++11 "override" specifier (#1224)
[thirdparty/squid.git] / src / tests / testEvent.h
index bdff2598ebcafa5e2e8fe015a649e546ea1c19c4..9738fb5ceacd5bd5d13f255d1c7b706565eb01c1 100644 (file)
@@ -27,7 +27,7 @@ class testEvent : public CPPUNIT_NS::TestFixture
     CPPUNIT_TEST_SUITE_END();
 
 public:
-    void setUp();
+    void setUp() override;
 
 protected:
     void testCreate();