From 35cfd460655878c9a615abc8ea1cb2f7577a7f3b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 21 Apr 2013 18:57:48 +0300 Subject: some other fixes from cpplint. --- src/client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index b383bc0ea..d495521fc 100644 --- a/src/client.h +++ b/src/client.h @@ -51,7 +51,7 @@ class QuitDialog; */ static const int MILLISECONDS_IN_A_TICK = 10; -static const short DEFAULT_PORT = 6901; +static const uint16_t DEFAULT_PORT = 6901; extern volatile int fps; extern volatile int lps; @@ -202,7 +202,7 @@ public: std::string screenshotDir; std::string test; std::string serverName; - short serverPort; + uint16_t serverPort; bool printHelp; bool printVersion; bool skipUpdate; -- cgit v1.2.3-60-g2f50