diff options
Diffstat (limited to 'src/net/eathena/markethandler.h')
-rw-r--r-- | src/net/eathena/markethandler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/markethandler.h b/src/net/eathena/markethandler.h index 797ed28bd..e99aa6bc9 100644 --- a/src/net/eathena/markethandler.h +++ b/src/net/eathena/markethandler.h @@ -40,7 +40,8 @@ class MarketHandler final : public Net::MarketHandler 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; }; } // namespace EAthena |