summaryrefslogtreecommitdiff
path: root/src/net/ea/tradehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/tradehandler.h')
-rw-r--r--src/net/ea/tradehandler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/ea/tradehandler.h b/src/net/ea/tradehandler.h
index 31d0c2c76..2d37ed0c8 100644
--- a/src/net/ea/tradehandler.h
+++ b/src/net/ea/tradehandler.h
@@ -36,7 +36,8 @@ class TradeHandler : public Net::TradeHandler
A_DELETE_COPY(TradeHandler)
- void removeItem(const int slotNum, const int amount) const override;
+ void removeItem(const int slotNum,
+ const int amount) const override final;
void processTradeRequest(Net::MessageIn &msg) const;