From d3db50f7252d6bb1ff65f12c75e1bd6f507b0964 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 17 Oct 2014 21:46:53 +0300 Subject: Add static in guildhandler. --- src/net/tmwa/guildhandler.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/net/tmwa/guildhandler.h') diff --git a/src/net/tmwa/guildhandler.h b/src/net/tmwa/guildhandler.h index 506de89dd..8395c09db 100644 --- a/src/net/tmwa/guildhandler.h +++ b/src/net/tmwa/guildhandler.h @@ -74,13 +74,13 @@ class GuildHandler final : public Ea::GuildHandler, public MessageHandler void checkMaster() const; protected: - void processGuildPositionInfo(Net::MessageIn &msg) const; + static void processGuildPositionInfo(Net::MessageIn &msg); - void processGuildMemberLogin(Net::MessageIn &msg) const; + static void processGuildMemberLogin(Net::MessageIn &msg); - void processGuildExpulsion(Net::MessageIn &msg) const; + static void processGuildExpulsion(Net::MessageIn &msg); - void processGuildExpulsionList(Net::MessageIn &msg) const; + static void processGuildExpulsionList(Net::MessageIn &msg); }; } // namespace TmwAthena -- cgit v1.2.3-60-g2f50