diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-16 18:19:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-16 18:19:28 +0300 |
commit | cb16bee18580b7123711054f3d6b91d3b5d80724 (patch) | |
tree | c8eef85d41415348b2a38d6e6fdc4853a043592a /src/gui/windows/eggselectiondialog.h | |
parent | 1e686fc91d98f13211d40c39bb02d427414bd1a7 (diff) | |
download | plus-cb16bee18580b7123711054f3d6b91d3b5d80724.tar.gz plus-cb16bee18580b7123711054f3d6b91d3b5d80724.tar.bz2 plus-cb16bee18580b7123711054f3d6b91d3b5d80724.tar.xz plus-cb16bee18580b7123711054f3d6b91d3b5d80724.zip |
Build eggselectiondialog only if eathena support enabled.
Diffstat (limited to 'src/gui/windows/eggselectiondialog.h')
-rw-r--r-- | src/gui/windows/eggselectiondialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/windows/eggselectiondialog.h b/src/gui/windows/eggselectiondialog.h index 258658d0a..2f5490e0d 100644 --- a/src/gui/windows/eggselectiondialog.h +++ b/src/gui/windows/eggselectiondialog.h @@ -23,6 +23,8 @@ #ifndef GUI_WINDOWS_EGGSELECTIONDIALOG_H #define GUI_WINDOWS_EGGSELECTIONDIALOG_H +#ifdef EATHENA_SUPPORT + #include "gui/widgets/selldialog.h" class EggSelectionDialog final : public SellDialog @@ -42,4 +44,5 @@ class EggSelectionDialog final : public SellDialog void sellAction(const ActionEvent &event) override final; }; +#endif // EATHENA_SUPPORT #endif // GUI_WINDOWS_EGGSELECTIONDIALOG_H |