diff options
Diffstat (limited to 'src/net/eathena/cashshophandler.h')
-rw-r--r-- | src/net/eathena/cashshophandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/cashshophandler.h b/src/net/eathena/cashshophandler.h index d6a1e2f14..7d7fe1fbc 100644 --- a/src/net/eathena/cashshophandler.h +++ b/src/net/eathena/cashshophandler.h @@ -39,7 +39,7 @@ class CashShopHandler final : public Net::CashShopHandler const ItemColor color, const int amount) const override final; - void buyItems(std::vector<ShopItem*> &items) const override final + void buyItems(const std::vector<ShopItem*> &items) const override final A_CONST; void close() const override final; |