From b7e35a7bbd41c39fa675e77b2af6a11bb4d86dd2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 7 Sep 2012 22:09:11 +0300 Subject: Improve constructors in some classes. --- src/gui/serverdialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/serverdialog.h') diff --git a/src/gui/serverdialog.h b/src/gui/serverdialog.h index d493a86b9..58d942434 100644 --- a/src/gui/serverdialog.h +++ b/src/gui/serverdialog.h @@ -162,8 +162,9 @@ class ServerDialog : public Window, Button *mDeleteButton; Button *mLoadButton; - ListBox *mServersList; + ServerInfos mServers; ServersListModel *mServersListModel; + ListBox *mServersList; const std::string &mDir; @@ -186,7 +187,6 @@ class ServerDialog : public Window, Mutex mMutex; float mDownloadProgress; - ServerInfos mServers; ServerInfo *mServerInfo; CheckBox *mPersistentIPCheckBox; }; -- cgit v1.2.3-60-g2f50