]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/StoreIOState.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / StoreIOState.h
index a0869cee4c3fb85b6ac875973cdbddff6d5a4be8..3eedc0abadc972513e4eb82402876187dcf72022 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2021 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.
@@ -55,7 +55,7 @@ public:
     void operator delete (void *address);
 
     StoreIOState(StoreIOState::STFNCB *cbFile, StoreIOState::STIOCB *cbIo, void *data);
-    virtual ~StoreIOState();
+    ~StoreIOState() override;
 
     off_t offset() const {return offset_;}