summaryrefslogtreecommitdiff
path: root/src/gui/customserverdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/customserverdialog.h')
-rw-r--r--src/gui/customserverdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/customserverdialog.h b/src/gui/customserverdialog.h
index 25c320e8..37a3b823 100644
--- a/src/gui/customserverdialog.h
+++ b/src/gui/customserverdialog.h
@@ -86,10 +86,10 @@ class CustomServerDialog : public Window,
TextField *mDescriptionField;
Button *mOkButton;
Button *mCancelButton;
-
+#ifdef ENABLE_MANASERV
DropDown *mTypeField;
TypeListModel *mTypeListModel;
-
+#endif
ServerDialog *mServerDialog;
// The index of the entry to modify, -1 when only adding a new entry.
int mIndex;