diff options
Diffstat (limited to 'client/Proxy.h')
-rw-r--r-- | client/Proxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |