diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-21 18:57:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-21 18:57:48 +0300 |
commit | 35cfd460655878c9a615abc8ea1cb2f7577a7f3b (patch) | |
tree | 2b4cb899f7f442912f89de30f4a5ab0add0727ce /src/client.h | |
parent | cfe4c893ba4ba30379919636d3c508ebf1594e23 (diff) | |
download | plus-35cfd460655878c9a615abc8ea1cb2f7577a7f3b.tar.gz plus-35cfd460655878c9a615abc8ea1cb2f7577a7f3b.tar.bz2 plus-35cfd460655878c9a615abc8ea1cb2f7577a7f3b.tar.xz plus-35cfd460655878c9a615abc8ea1cb2f7577a7f3b.zip |
some other fixes from cpplint.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |