]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/Method.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / Method.cc
index 534080e406c8225370ea363879aecb1bf802ee53..fd43d97e0c531e6e27e0b07895f3f61a6fa94331 100644 (file)
@@ -32,9 +32,9 @@
  */
 
 #include "squid.h"
+#include "acl/Checklist.h"
 #include "acl/Method.h"
 #include "acl/MethodData.h"
-#include "acl/Checklist.h"
 #include "HttpRequest.h"
 
 /* explicit template instantiation required for some systems */
@@ -42,7 +42,7 @@
 template class ACLStrategised<HttpRequestMethod>;
 
 int
-ACLMethodStrategy::match (ACLData<MatchType> * &data, ACLFilledChecklist *checklist)
+ACLMethodStrategy::match (ACLData<MatchType> * &data, ACLFilledChecklist *checklist, ACLFlags &)
 {
     return data->match (checklist->request->method);
 }