summaryrefslogtreecommitdiff
path: root/src/gui/serverdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/serverdialog.h')
-rw-r--r--src/gui/serverdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/serverdialog.h b/src/gui/serverdialog.h
index 58d942434..741005a07 100644
--- a/src/gui/serverdialog.h
+++ b/src/gui/serverdialog.h
@@ -154,6 +154,7 @@ class ServerDialog : public Window,
static int downloadUpdate(void *ptr, DownloadStatus status,
size_t total, size_t remaining);
+ Mutex mMutex;
Label *mDescription;
Button *mQuitButton;
Button *mConnectButton;
@@ -184,7 +185,6 @@ class ServerDialog : public Window,
Net::Download *mDownload;
- Mutex mMutex;
float mDownloadProgress;
ServerInfo *mServerInfo;