summaryrefslogtreecommitdiff
path: root/src/gui/windows/serverdialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-12-22 19:35:25 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-22 19:35:25 +0300
commita54ff6d4104a9b382c1419c00cc83684e391a445 (patch)
treef5163fa2ee8097cc0b98163bc83ae3eb6f3ff4a1 /src/gui/windows/serverdialog.h
parent3b22410e42be27ac30fc63f020243241d1eea737 (diff)
downloadplus-a54ff6d4104a9b382c1419c00cc83684e391a445.tar.gz
plus-a54ff6d4104a9b382c1419c00cc83684e391a445.tar.bz2
plus-a54ff6d4104a9b382c1419c00cc83684e391a445.tar.xz
plus-a54ff6d4104a9b382c1419c00cc83684e391a445.zip
Remove default parameters from serverdialog.
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;