From cb16bee18580b7123711054f3d6b91d3b5d80724 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 16 Feb 2015 18:19:28 +0300 Subject: Build eggselectiondialog only if eathena support enabled. --- src/gui/windows/eggselectiondialog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui') 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 -- cgit v1.2.3-60-g2f50