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/eathena/guildhandler.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/net/eathena/guildhandler.h') diff --git a/src/net/eathena/guildhandler.h b/src/net/eathena/guildhandler.h index 8b19ea51d..92ef20612 100644 --- a/src/net/eathena/guildhandler.h +++ b/src/net/eathena/guildhandler.h @@ -74,15 +74,15 @@ class GuildHandler final : public Ea::GuildHandler, public MessageHandler void checkMaster() const; protected: - void processGuildUpdateCoords(Net::MessageIn &msg) const; + static void processGuildUpdateCoords(Net::MessageIn &msg); - 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 EAthena -- cgit v1.2.3-70-g09d2