]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mgr/ActionCreator.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / mgr / ActionCreator.h
index d3b61bbc30d9007c2fdf10e70743a3477e5eb70b..14e0b428ae6558d82a5511e24e7d8d823c1f6341 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 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.
@@ -25,7 +25,7 @@ class ActionCreator: public RefCountable
 public:
     typedef RefCount<ActionCreator> Pointer;
 
-    virtual ~ActionCreator() {}
+    ~ActionCreator() override {}
 
     /// returns a pointer to the new Action object for cmd; never nil
     virtual ActionPointer create(const CommandPointer &cmd) const = 0;
@@ -34,3 +34,4 @@ public:
 } // namespace Mgr
 
 #endif /* SQUID_MGR_ACTION_CREATOR_H */
+