]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/HttpHeaderData.h
Renamed http_hdr_type to Http::HdrType, fixed some HdrType-int implicit conversions
[thirdparty/squid.git] / src / acl / HttpHeaderData.h
index f7ede164a13a418fbe2603d9f47cd67f1b596c76..b41be27ffabc34b58c0d11bdb7b8450e1dbd5069 100644 (file)
@@ -27,7 +27,7 @@ public:
     virtual ACLData<HttpHeader*> *clone() const;
 
 private:
-    http_hdr_type hdrId;                /**< set if header is known */
+    Http::HdrType hdrId;                /**< set if header is known */
     String hdrName;                     /**< always set */
     ACLData<char const *> * regex_rule;
 };