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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/customserverdialog.h b/src/gui/customserverdialog.h
index 37a3b823..19812875 100644
--- a/src/gui/customserverdialog.h
+++ b/src/gui/customserverdialog.h
@@ -86,7 +86,7 @@ class CustomServerDialog : public Window,
TextField *mDescriptionField;
Button *mOkButton;
Button *mCancelButton;
-#ifdef ENABLE_MANASERV
+#ifdef MANASERV_SUPPORT
DropDown *mTypeField;
TypeListModel *mTypeListModel;
#endif