]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/PeerName.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / acl / PeerName.h
index 4796ea2f1973177b4548acec514309d6b0622484..ed0246d9def30b0c461ca4a19a1f830f4dae888a 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.
@@ -15,7 +15,7 @@ class ACLPeerNameStrategy : public ACLStrategy<const char *>
 {
 
 public:
-    virtual int match (ACLData<MatchType> * &, ACLFilledChecklist *) override;
+    int match (ACLData<MatchType> * &, ACLFilledChecklist *) override;
 };
 
 #endif /* SQUID_ACLPEERNAME_H */