diff options
Diffstat (limited to 'src/gui/serverdialog.h')
-rw-r--r-- | src/gui/serverdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/serverdialog.h b/src/gui/serverdialog.h index 1d7db0b2..19bacee6 100644 --- a/src/gui/serverdialog.h +++ b/src/gui/serverdialog.h @@ -162,6 +162,7 @@ class ServerDialog : public Window, ServerDialogDownloadStatus mDownloadStatus; Net::Download *mDownload; + Label *mDownloadText; Mutex mMutex; float mDownloadProgress; |