]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testCacheManager.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / tests / testCacheManager.h
index 2f5d7b96e47feaf8cd3c5d1a971627a98d6e4532..490f46ed05d39a63ef3eae513c87f232f6a08715 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -24,7 +24,7 @@ class testCacheManager : public CPPUNIT_NS::TestFixture
     CPPUNIT_TEST_SUITE_END();
 
 public:
-    void setUp();
+    void setUp() override;
 
 protected:
     void testCreate();