diff options
Diffstat (limited to 'src/net/serverinfo.h')
-rw-r--r-- | src/net/serverinfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/serverinfo.h b/src/net/serverinfo.h index e96f7d8ea..04e967581 100644 --- a/src/net/serverinfo.h +++ b/src/net/serverinfo.h @@ -34,7 +34,7 @@ class ServerInfo final public: typedef std::pair<int, std::string> VersionString; - ServerType::Type type; + ServerTypeT type; std::string name; std::string hostname; std::string althostname; @@ -126,8 +126,8 @@ class ServerInfo final port != other.port); } - static ServerType::Type parseType(const std::string &serverType) - A_WARN_UNUSED + static ServerTypeT parseType(const std::string &serverType) + A_WARN_UNUSED { #ifdef TMWA_SUPPORT if (compareStrI(serverType, "tmwathena") == 0) |