summaryrefslogtreecommitdiff
path: root/src/net/guildhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/guildhandler.h')
-rw-r--r--src/net/guildhandler.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/guildhandler.h b/src/net/guildhandler.h
index c76682b2..5ac0a52e 100644
--- a/src/net/guildhandler.h
+++ b/src/net/guildhandler.h
@@ -3,7 +3,7 @@
* A file part of The Mana World
*
* Created by David Athay on 01/03/2007.
- *
+ *
* Copyright (c) 2007, The Mana World Development Team
* All rights reserved.
*
@@ -39,11 +39,11 @@ class GuildHandler : public MessageHandler
{
public:
GuildHandler();
-
+
void handleMessage(MessageIn &msg);
-
+
protected:
- void joinedGuild(short guildId, const std::string &guildName, bool leader);
+ void joinedGuild(MessageIn &msg);
};
#endif