summaryrefslogtreecommitdiff
path: root/src/net/tmwa/buysellhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/buysellhandler.h')
-rw-r--r--src/net/tmwa/buysellhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/buysellhandler.h b/src/net/tmwa/buysellhandler.h
index b5229e0f..6e22b4af 100644
--- a/src/net/tmwa/buysellhandler.h
+++ b/src/net/tmwa/buysellhandler.h
@@ -33,7 +33,7 @@ class BuySellHandler : public MessageHandler
public:
BuySellHandler();
- virtual void handleMessage(MessageIn &msg);
+ void handleMessage(MessageIn &msg) override;
private:
int mNpcId;