]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/AtStep.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / acl / AtStep.h
index b6c40b46112bfc03a3ea042c78015d8bb222b3bc..e3d8018bd157a825d28f78447b8d108822e33682 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.
@@ -17,7 +17,7 @@ class ACLAtStepStrategy: public ACLStrategy<XactionStep>
 {
 
 public:
-    virtual int match (ACLData<MatchType> * &, ACLFilledChecklist *) override;
+    int match (ACLData<MatchType> * &, ACLFilledChecklist *) override;
 };
 
 #endif /* SQUID_ACLATSTEP_H */