diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-16 18:34:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-16 18:34:10 +0300 |
commit | 001e6b5234cd4867845144b10f11cd727e7f309a (patch) | |
tree | bfbcc0211db4ed7170674a16e8a2123e5a749323 /src/gui/windows/shopselldialog.h | |
parent | cb16bee18580b7123711054f3d6b91d3b5d80724 (diff) | |
download | plus-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.h | 3 |
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 |