From f6b355a4237ddcfa49ab07a1083777a9d171675d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 16 Feb 2015 22:55:47 +0300 Subject: Build vendingmodelistener only if eathena support enabled. --- src/gui/windows/shopwindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/windows/shopwindow.h') diff --git a/src/gui/windows/shopwindow.h b/src/gui/windows/shopwindow.h index 500d67727..3b418a6da 100644 --- a/src/gui/windows/shopwindow.h +++ b/src/gui/windows/shopwindow.h @@ -47,9 +47,9 @@ class TabStrip; * \ingroup Interface */ class ShopWindow final : public Window, - public VendingModeListener, public VendingSlotsListener, #ifdef EATHENA_SUPPORT + public VendingModeListener, public BuyingStoreModeListener, public BuyingStoreSlotsListener, #endif @@ -149,9 +149,9 @@ class ShopWindow final : public Window, void vendingSlotsChanged(const int slots) override final; +#ifdef EATHENA_SUPPORT void vendingEnabled(const bool b) override final; -#ifdef EATHENA_SUPPORT void buyingStoreEnabled(const bool b) override final; void buyingStoreSlotsChanged(const int slots) override final; -- cgit v1.2.3-60-g2f50