diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-06-03 14:50:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-06-03 14:50:53 +0300 |
commit | d05183a9029d65224f73143a380f1631692a9257 (patch) | |
tree | b6666dea4c4a37c072826a6ec62955dad8812415 /src/net/net.h | |
parent | b643a5c48d53dbeca7672e3c8b5182f9d698abcb (diff) | |
download | plus-d05183a9029d65224f73143a380f1631692a9257.tar.gz plus-d05183a9029d65224f73143a380f1631692a9257.tar.bz2 plus-d05183a9029d65224f73143a380f1631692a9257.tar.xz plus-d05183a9029d65224f73143a380f1631692a9257.zip |
Convert ServerType enum into strong typed enum.
Diffstat (limited to 'src/net/net.h')
-rw-r--r-- | src/net/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/net.h b/src/net/net.h index ccd363b81..59a0891a2 100644 --- a/src/net/net.h +++ b/src/net/net.h @@ -36,7 +36,7 @@ namespace Net { -ServerType::Type getNetworkType() A_WARN_UNUSED; +ServerTypeT getNetworkType() A_WARN_UNUSED; /** * Handles server detection and connection |