From 1814650ad896a0f9684d279fa5843771e767748a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 24 Oct 2013 12:17:35 +0300 Subject: add final keyword to net files. --- src/net/ea/npchandler.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/net/ea/npchandler.h') diff --git a/src/net/ea/npchandler.h b/src/net/ea/npchandler.h index f67e9b3f3..4eeaac7c0 100644 --- a/src/net/ea/npchandler.h +++ b/src/net/ea/npchandler.h @@ -37,11 +37,11 @@ class NpcHandler : public Net::NpcHandler A_DELETE_COPY(NpcHandler) void sendLetter(const int npcId, const std::string &recipient, - const std::string &text) const override; + const std::string &text) const override final; - void startShopping(const int beingId) const override; + void startShopping(const int beingId) const override final; - void endShopping(const int beingId) const override; + void endShopping(const int beingId) const override final; virtual int getNpc(Net::MessageIn &msg, bool haveLength) A_WARN_UNUSED = 0; -- cgit v1.2.3-70-g09d2