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