]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mgr/ActionCreator.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / mgr / ActionCreator.h
index 6ef6c9bdd1d749ce598a6205e156390ada05e0e5..14e0b428ae6558d82a5511e24e7d8d823c1f6341 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2018 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;