summaryrefslogtreecommitdiff
path: root/src/net/eathena/buysellhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/buysellhandler.h')
-rw-r--r--src/net/eathena/buysellhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/buysellhandler.h b/src/net/eathena/buysellhandler.h
index 4b151c2b1..9f2df6089 100644
--- a/src/net/eathena/buysellhandler.h
+++ b/src/net/eathena/buysellhandler.h
@@ -37,7 +37,7 @@ class BuySellHandler final : public MessageHandler, public Ea::BuySellHandler
A_DELETE_COPY(BuySellHandler)
- void handleMessage(Net::MessageIn &msg);
+ void handleMessage(Net::MessageIn &msg) override final;
static void processNpcBuy(Net::MessageIn &msg);