From da3277b21e4a947691df84eb35f675c6f06a4369 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 3 Nov 2011 16:21:29 +0200 Subject: Fix compiler warnings --- client/Proxy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/Proxy.h') diff --git a/client/Proxy.h b/client/Proxy.h index 0194db4..368f2b8 100644 --- a/client/Proxy.h +++ b/client/Proxy.h @@ -33,8 +33,8 @@ class ProxyEntryStatic: public Proxy { public: std::string name; - int position; - int speed; //kb per second + unsigned position; + unsigned speed; //kb per second ProxyEntryStatic(): Proxy(), position(0), speed(0) {} virtual void Parse(std::string entry); -- cgit v1.2.3