From 71f88c02f79a1164430eec1de3e15edec011a15e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 25 Sep 2013 18:35:21 +0300 Subject: improve construcors in abstract classes. Also add some missing final to classes. --- src/net/ea/npchandler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/ea/npchandler.h') diff --git a/src/net/ea/npchandler.h b/src/net/ea/npchandler.h index 714bc594c..21fd35629 100644 --- a/src/net/ea/npchandler.h +++ b/src/net/ea/npchandler.h @@ -34,8 +34,6 @@ namespace Ea class NpcHandler : public Net::NpcHandler { public: - NpcHandler(); - A_DELETE_COPY(NpcHandler) void sendLetter(int npcId, const std::string &recipient, @@ -61,6 +59,8 @@ class NpcHandler : public Net::NpcHandler void processNpcStrInput(Net::MessageIn &msg); protected: + NpcHandler(); + NpcDialog *mDialog; }; -- cgit v1.2.3-60-g2f50