diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-16 18:15:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-16 18:15:50 +0300 |
commit | 1e686fc91d98f13211d40c39bb02d427414bd1a7 (patch) | |
tree | 704709915345aefa962f6ecb11a564be43aefbb6 /src/gui/windows/buyingstoreselldialog.h | |
parent | 91639f6f2834d93e1c285bfc4060262537cc9358 (diff) | |
download | plus-1e686fc91d98f13211d40c39bb02d427414bd1a7.tar.gz plus-1e686fc91d98f13211d40c39bb02d427414bd1a7.tar.bz2 plus-1e686fc91d98f13211d40c39bb02d427414bd1a7.tar.xz plus-1e686fc91d98f13211d40c39bb02d427414bd1a7.zip |
Build buyingstoreselldialog only if eathena support enabled.
Diffstat (limited to 'src/gui/windows/buyingstoreselldialog.h')
-rw-r--r-- | src/gui/windows/buyingstoreselldialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/windows/buyingstoreselldialog.h b/src/gui/windows/buyingstoreselldialog.h index d20c6d9ab..39b45a127 100644 --- a/src/gui/windows/buyingstoreselldialog.h +++ b/src/gui/windows/buyingstoreselldialog.h @@ -23,6 +23,8 @@ #ifndef GUI_WINDOWS_BUYINGSTORESELLDIALOG_H #define GUI_WINDOWS_BUYINGSTORESELLDIALOG_H +#ifdef EATHENA_SUPPORT + #include "gui/widgets/selldialog.h" class Being; @@ -52,4 +54,5 @@ class BuyingStoreSellDialog final : public SellDialog int mStoreId; }; +#endif // EATHENA_SUPPORT #endif // GUI_WINDOWS_BUYINGSTORESELLDIALOG_H |