summaryrefslogtreecommitdiff
path: root/src/gui/customserverdialog.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-02-18 17:22:46 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-02-18 17:25:39 +0100
commit6fd1246735010bccd0d75e9e7969431b963b7858 (patch)
treebc92ba46c7fa966e44519317dc9e53e7008ef050 /src/gui/customserverdialog.h
parente30673821b6bd79d21e9443b5fe7f4a093b98dbc (diff)
downloadmana-6fd1246735010bccd0d75e9e7969431b963b7858.tar.gz
mana-6fd1246735010bccd0d75e9e7969431b963b7858.tar.bz2
mana-6fd1246735010bccd0d75e9e7969431b963b7858.tar.xz
mana-6fd1246735010bccd0d75e9e7969431b963b7858.zip
Fixed manaserv-enabled builds
Wrong define was used in the code.
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