aboutsummaryrefslogtreecommitdiff
path: root/src/httpget.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-11-21 20:26:23 +0000
committerMike Buland <eichlan@xagasoft.com>2006-11-21 20:26:23 +0000
commit8fbf5fda24392d2a2ee19d6f40699a5de29da662 (patch)
treeac79c447bc4897d8cc350068504f184fdb8e4cfa /src/httpget.h
parent2bb05378f31311c353d43688fa753822ab9a6461 (diff)
downloadlibbu++-8fbf5fda24392d2a2ee19d6f40699a5de29da662.tar.gz
libbu++-8fbf5fda24392d2a2ee19d6f40699a5de29da662.tar.bz2
libbu++-8fbf5fda24392d2a2ee19d6f40699a5de29da662.tar.xz
libbu++-8fbf5fda24392d2a2ee19d6f40699a5de29da662.zip
Everything in libbu++ now passes -Wall, this should have been done a long time
ago.
Diffstat (limited to 'src/httpget.h')
-rw-r--r--src/httpget.h2
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};