diff options
Diffstat (limited to 'src/net/eathena/buyingstorehandler.h')
-rw-r--r-- | src/net/eathena/buyingstorehandler.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/eathena/buyingstorehandler.h b/src/net/eathena/buyingstorehandler.h index 93bda3e9e..f271dc60d 100644 --- a/src/net/eathena/buyingstorehandler.h +++ b/src/net/eathena/buyingstorehandler.h @@ -37,16 +37,16 @@ class BuyingStoreHandler final : public Net::BuyingStoreHandler void create(const std::string &name, const int maxMoney, const bool flag, - const std::vector<ShopItem*> &items) const final; + const std::vector<ShopItem*> &items) const override final; - void close() const final; + void close() const override final; - void open(const Being *const being) const final; + void open(const Being *const being) const override final; void sell(const Being *const being, const int storeId, const Item *const item, - const int amount) const final; + const int amount) const override final; }; } // namespace EAthena |