summaryrefslogtreecommitdiff
path: root/src/net/tmwa/buysellhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-26 13:54:12 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-26 14:41:36 +0300
commit851cc4e95093cb7bd1adce99be95a864d68f8d38 (patch)
tree50096efbfea146de63432ca95d1faacdbd62df80 /src/net/tmwa/buysellhandler.h
parent476a73f07d4dae7f0cc3c79a44fbd2c2f8c4bf5f (diff)
downloadplus-851cc4e95093cb7bd1adce99be95a864d68f8d38.tar.gz
plus-851cc4e95093cb7bd1adce99be95a864d68f8d38.tar.bz2
plus-851cc4e95093cb7bd1adce99be95a864d68f8d38.tar.xz
plus-851cc4e95093cb7bd1adce99be95a864d68f8d38.zip
remove useless virtual keywords.
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