aboutsummaryrefslogtreecommitdiff
path: root/src/game/ChannelMgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/ChannelMgr.cpp')
-rw-r--r--src/game/ChannelMgr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/ChannelMgr.cpp b/src/game/ChannelMgr.cpp
index 18011a742ee..24da2b00215 100644
--- a/src/game/ChannelMgr.cpp
+++ b/src/game/ChannelMgr.cpp
@@ -20,8 +20,8 @@
#include "Policies/SingletonImp.h"
#include "World.h"
-INSTANTIATE_SINGLETON_1( AllianceChannelMgr );
-INSTANTIATE_SINGLETON_1( HordeChannelMgr );
+INSTANTIATE_SINGLETON_1(AllianceChannelMgr);
+INSTANTIATE_SINGLETON_1(HordeChannelMgr);
ChannelMgr* channelMgr(uint32 team)
{