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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/tmwa/buysellhandler.h b/src/net/tmwa/buysellhandler.h
index 388830165..12e2cd719 100644
--- a/src/net/tmwa/buysellhandler.h
+++ b/src/net/tmwa/buysellhandler.h
@@ -37,11 +37,11 @@ class BuySellHandler final : public MessageHandler, public Ea::BuySellHandler
A_DELETE_COPY(BuySellHandler)
- virtual void handleMessage(Net::MessageIn &msg);
+ void handleMessage(Net::MessageIn &msg);
- virtual void processNpcBuy(Net::MessageIn &msg);
+ void processNpcBuy(Net::MessageIn &msg);
- virtual void processNpcSellResponse(Net::MessageIn &msg) const;
+ void processNpcSellResponse(Net::MessageIn &msg) const;
};
} // namespace TmwAthena