summaryrefslogtreecommitdiff
path: root/src/net/eathena/cashshophandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/cashshophandler.h')
-rw-r--r--src/net/eathena/cashshophandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/cashshophandler.h b/src/net/eathena/cashshophandler.h
index c8b36f657..5fe2a6517 100644
--- a/src/net/eathena/cashshophandler.h
+++ b/src/net/eathena/cashshophandler.h
@@ -37,7 +37,8 @@ class CashShopHandler final : public Net::CashShopHandler
const ItemColor color,
const int amount) const override final;
- void buyItems(const std::vector<ShopItem*> &items) const override final
+ void buyItems(const int points,
+ const std::vector<ShopItem*> &items) const override final
A_CONST;
void close() const override final;