summaryrefslogtreecommitdiff
path: root/src/gui/windows/serverdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/serverdialog.h')
-rw-r--r--src/gui/windows/serverdialog.h6
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 &currentServer = ServerInfo(),
- const int index = -1);
+ void saveCustomServers(const ServerInfo &currentServer,
+ const int index);
bool needUpdateServers() const;