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 bf817ac04..65d299251 100644
--- a/src/net/tmwa/markethandler.h
+++ b/src/net/tmwa/markethandler.h
@@ -43,7 +43,7 @@ class MarketHandler final : public MessageHandler,
void buyItem(const int itemId,
const int type,
- const unsigned char color,
+ const ItemColor color,
const int amount) const override final;
};