]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/HttpHdrCc.h
Merged from trunk (r13356).
[thirdparty/squid.git] / src / HttpHdrCc.h
index 7a3904dd159c9c958f239f627383d135b0d90265..a8d40bb1f58a11eaa907712c127fafffdc3341c1 100644 (file)
@@ -75,7 +75,7 @@ public:
     //manipulation for Cache-Control: private header
     bool hasPrivate() const {return isSet(CC_PRIVATE);}
     const String &Private() const {return private_;}
-    void Private(String &v) {
+    void Private(const String &v = "") {
         setMask(CC_PRIVATE,true);
         // uses append for multi-line headers
         if (private_.size() > 0)