fix gcc warning

This commit is contained in:
David Rose 2004-08-27 17:29:44 +00:00
parent 12c443e6fb
commit 9a748b971f

View File

@ -78,8 +78,8 @@ private:
string _name; string _name;
string _value; string _value;
string _domain;
string _path; string _path;
string _domain;
HTTPDate _expires; HTTPDate _expires;
bool _secure; bool _secure;
}; };