diff options
Diffstat (limited to 'src/net/tmwa/buyingstorehandler.h')
-rw-r--r-- | src/net/tmwa/buyingstorehandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/buyingstorehandler.h b/src/net/tmwa/buyingstorehandler.h index b98325acc..381fe5c1a 100644 --- a/src/net/tmwa/buyingstorehandler.h +++ b/src/net/tmwa/buyingstorehandler.h @@ -41,7 +41,7 @@ class BuyingStoreHandler final : public MessageHandler, void create(const std::string &name, const int maxMoney, const bool flag, - std::vector<ShopItem*> &items) const; + std::vector<ShopItem*> &items) const override final; void close() const override final; |