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