]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/Answer.h
Polish: Drop redundant HttpMsgPointerT template
[thirdparty/squid.git] / src / adaptation / Answer.h
index cf7f71c98333889803770ad4ff73c0cb84b6f4e1..2db80ec451786c466e3e0c3d5a015a4607d9bef5 100644 (file)
@@ -27,7 +27,7 @@ public:
     std::ostream &print(std::ostream &os) const;
 
 public:
-    HttpMsgPointerT<HttpMsg> message; ///< HTTP request or response to forward
+    HttpMsg::Pointer message; ///< HTTP request or response to forward
     String ruleId; ///< ACL (or similar rule) name that blocked forwarding
     bool final; ///< whether the error, if any, cannot be bypassed
     Kind kind; ///< the type of the answer