From a5bda75dae5facec9f920af28865aae4d46b545b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 11 Sep 2015 13:31:00 +0300 Subject: Fix compilation with disabled eathena server type. --- src/gui/popups/itempopup.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/popups/itempopup.h') diff --git a/src/gui/popups/itempopup.h b/src/gui/popups/itempopup.h index fb2a935ca..43b7cb262 100644 --- a/src/gui/popups/itempopup.h +++ b/src/gui/popups/itempopup.h @@ -73,7 +73,9 @@ class ItemPopup final : public Popup void resetPopup(); private: +#ifdef EATHENA_SUPPORT std::string getCardsString(const int *const cards); +#endif Label *mItemName A_NONNULLPOINTER; TextBox *mItemDesc A_NONNULLPOINTER; -- cgit v1.2.3-70-g09d2