Browse Source

fix gcc warning

David Rose 21 years ago
parent
commit
9a748b971f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/downloader/httpCookie.h

+ 1 - 1
panda/src/downloader/httpCookie.h

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