From c1657f9dd2099796c6b20b9672d500aee30e205b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 25 Aug 2015 18:13:48 +0300 Subject: Move all receive (process) methods into protected. --- 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 238c8dc1d..28a423c39 100644 --- a/src/net/ea/npchandler.h +++ b/src/net/ea/npchandler.h @@ -42,6 +42,9 @@ class NpcHandler notfinal : public Net::NpcHandler public: A_DELETE_COPY(NpcHandler) + protected: + NpcHandler(); + static void processNpcChoice(Net::MessageIn &msg); static void processNpcMessage(Net::MessageIn &msg); @@ -58,9 +61,6 @@ class NpcHandler notfinal : public Net::NpcHandler static void processChangeTitle(Net::MessageIn &msg); - protected: - NpcHandler(); - static NpcDialog *mDialog; static bool mRequestLang; -- cgit v1.2.3-60-g2f50