summaryrefslogtreecommitdiff
path: root/src/gui/windows/shopselldialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-16 18:34:10 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-16 18:34:10 +0300
commit001e6b5234cd4867845144b10f11cd727e7f309a (patch)
treebfbcc0211db4ed7170674a16e8a2123e5a749323 /src/gui/windows/shopselldialog.h
parentcb16bee18580b7123711054f3d6b91d3b5d80724 (diff)
downloadplus-001e6b5234cd4867845144b10f11cd727e7f309a.tar.gz
plus-001e6b5234cd4867845144b10f11cd727e7f309a.tar.bz2
plus-001e6b5234cd4867845144b10f11cd727e7f309a.tar.xz
plus-001e6b5234cd4867845144b10f11cd727e7f309a.zip
Build shopselldialog only if tmwa support enabled.
Diffstat (limited to 'src/gui/windows/shopselldialog.h')
-rw-r--r--src/gui/windows/shopselldialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/windows/shopselldialog.h b/src/gui/windows/shopselldialog.h
index 99e120395..8fad55345 100644
--- a/src/gui/windows/shopselldialog.h
+++ b/src/gui/windows/shopselldialog.h
@@ -23,6 +23,8 @@
#ifndef GUI_WINDOWS_SHOPSELLDIALOG_H
#define GUI_WINDOWS_SHOPSELLDIALOG_H
+#ifdef TMWA_SUPPORT
+
#include "gui/widgets/selldialog.h"
/**
@@ -48,4 +50,5 @@ class ShopSellDialog final : public SellDialog
std::string mNick;
};
+#endif // TMWA_SUPPORT
#endif // GUI_WINDOWS_SHOPSELLDIALOG_H