summaryrefslogtreecommitdiff
path: root/src/net/tmwa/cashshophandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/cashshophandler.h')
-rw-r--r--src/net/tmwa/cashshophandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/cashshophandler.h b/src/net/tmwa/cashshophandler.h
index 588aba087..3b4c668ec 100644
--- a/src/net/tmwa/cashshophandler.h
+++ b/src/net/tmwa/cashshophandler.h
@@ -42,7 +42,7 @@ class CashShopHandler final : public MessageHandler,
void buyItem(const int points,
const int itemId,
- const unsigned char color,
+ const ItemColor color,
const int amount) const override final;
void close() const override final;