]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/Url.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / acl / Url.h
index eafdea65297cc24caa57e69fe5a0e2619432d7ab..d705f64af2ce0bbe793d36c49f97c1390303f9f4 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.
@@ -16,8 +16,8 @@ class ACLUrlStrategy : public ACLStrategy<char const *>
 {
 
 public:
-    virtual int match (ACLData<char const *> * &, ACLFilledChecklist *);
-    virtual bool requiresRequest() const {return true;}
+    int match (ACLData<char const *> * &, ACLFilledChecklist *) override;
+    bool requiresRequest() const override {return true;}
 };
 
 #endif /* SQUID_ACLURL_H */