diff options
Diffstat (limited to 'src/gui/windows/serverdialog.cpp')
-rw-r--r-- | src/gui/windows/serverdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/windows/serverdialog.cpp b/src/gui/windows/serverdialog.cpp index 8bd1dceb3..6290724e9 100644 --- a/src/gui/windows/serverdialog.cpp +++ b/src/gui/windows/serverdialog.cpp @@ -50,7 +50,7 @@ static const int MAX_SERVERLIST = 15; -static std::string serverTypeToString(const ServerType::Type type) +static std::string serverTypeToString(const ServerTypeT type) { switch (type) { @@ -80,7 +80,7 @@ static std::string serverTypeToString(const ServerType::Type type) } } -static uint16_t defaultPortForServerType(const ServerType::Type type) +static uint16_t defaultPortForServerType(const ServerTypeT type) { switch (type) { |