summaryrefslogtreecommitdiff
path: root/src/net/tmwa/markethandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/markethandler.cpp')
-rw-r--r--src/net/tmwa/markethandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/markethandler.cpp b/src/net/tmwa/markethandler.cpp
index 7f58df4bc..e5e64d9a1 100644
--- a/src/net/tmwa/markethandler.cpp
+++ b/src/net/tmwa/markethandler.cpp
@@ -42,7 +42,7 @@ void MarketHandler::buyItem(const int itemId A_UNUSED,
{
}
-void MarketHandler::buyItems(const std::vector<ShopItem*> &items A_UNUSED)
+void MarketHandler::buyItems(const STD_VECTOR<ShopItem*> &items A_UNUSED)
const
{
}