diff options
Diffstat (limited to '')
| -rw-r--r-- | src/httpget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httpget.h b/src/httpget.h index afa1ec5..8272641 100644 --- a/src/httpget.h +++ b/src/httpget.h | |||
| @@ -33,10 +33,10 @@ private: | |||
| 33 | std::string sProto; | 33 | std::string sProto; |
| 34 | std::string sHost; | 34 | std::string sHost; |
| 35 | std::string sPath; | 35 | std::string sPath; |
| 36 | int nPort; | ||
| 36 | std::string sUserAgent; | 37 | std::string sUserAgent; |
| 37 | typedef std::pair<std::string,std::string> StringPair; | 38 | typedef std::pair<std::string,std::string> StringPair; |
| 38 | std::list<StringPair> lParams; | 39 | std::list<StringPair> lParams; |
| 39 | int nPort; | ||
| 40 | static char hexcode[]; | 40 | static char hexcode[]; |
| 41 | 41 | ||
| 42 | }; | 42 | }; |
