From 6bb8e30f5afc1c77987d8fdef71df880e72db151 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Mon, 3 Jan 2011 19:04:43 +0100 Subject: Namespaced the manaserv protocol to ease the porting of the enums. Trivial. --- src/chat-server/guildhandler.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/chat-server/guildhandler.cpp') diff --git a/src/chat-server/guildhandler.cpp b/src/chat-server/guildhandler.cpp index 4f332cdd..7e7783dd 100644 --- a/src/chat-server/guildhandler.cpp +++ b/src/chat-server/guildhandler.cpp @@ -32,6 +32,7 @@ #include "net/messageout.h" #include "manaserv_protocol.h" +using namespace ManaServ; void ChatHandler::sendGuildInvite(const std::string &invitedName, const std::string &inviterName, -- cgit v1.2.3-60-g2f50