From 8fbf5fda24392d2a2ee19d6f40699a5de29da662 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 21 Nov 2006 20:26:23 +0000 Subject: Everything in libbu++ now passes -Wall, this should have been done a long time ago. --- src/httpget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/httpget.h') 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: std::string sProto; std::string sHost; std::string sPath; + int nPort; std::string sUserAgent; typedef std::pair StringPair; std::list lParams; - int nPort; static char hexcode[]; }; -- cgit v1.2.3