summaryrefslogtreecommitdiff
path: root/src/gui/windows/shopwindow.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-16 22:55:47 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-16 22:55:47 +0300
commitf6b355a4237ddcfa49ab07a1083777a9d171675d (patch)
tree4355310ee38c612c89505336b2d278d4d247c3b9 /src/gui/windows/shopwindow.h
parent319ad7846b8db6194429a6a35103d2ae008218c6 (diff)
downloadplus-f6b355a4237ddcfa49ab07a1083777a9d171675d.tar.gz
plus-f6b355a4237ddcfa49ab07a1083777a9d171675d.tar.bz2
plus-f6b355a4237ddcfa49ab07a1083777a9d171675d.tar.xz
plus-f6b355a4237ddcfa49ab07a1083777a9d171675d.zip
Build vendingmodelistener only if eathena support enabled.
Diffstat (limited to 'src/gui/windows/shopwindow.h')
-rw-r--r--src/gui/windows/shopwindow.h4
1 files changed, 2 insertions, 2 deletions
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;