diff options
Diffstat (limited to 'src/gui/windows/serverdialog.h')
-rw-r--r-- | src/gui/windows/serverdialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/windows/serverdialog.h b/src/gui/windows/serverdialog.h index b541e7f65..484c28507 100644 --- a/src/gui/windows/serverdialog.h +++ b/src/gui/windows/serverdialog.h @@ -111,12 +111,12 @@ class ServerDialog final : public Window, */ void downloadServerList(); - void loadServers(const bool addNew = true); + void loadServers(const bool addNew); void loadCustomServers(); - void saveCustomServers(const ServerInfo ¤tServer = ServerInfo(), - const int index = -1); + void saveCustomServers(const ServerInfo ¤tServer, + const int index); bool needUpdateServers() const; |