summaryrefslogtreecommitdiff
path: root/src/net/eathena/markethandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/markethandler.h')
-rw-r--r--src/net/eathena/markethandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/markethandler.h b/src/net/eathena/markethandler.h
index f68eb596d..8fe2c4bfb 100644
--- a/src/net/eathena/markethandler.h
+++ b/src/net/eathena/markethandler.h
@@ -40,7 +40,7 @@ class MarketHandler final : public Net::MarketHandler
const ItemColor color,
const int amount) const override final;
- void buyItems(const std::vector<ShopItem*> &items) const
+ void buyItems(const STD_VECTOR<ShopItem*> &items) const
override final;
};