diff options
Diffstat (limited to 'src/game/SocialMgr.cpp')
-rw-r--r-- | src/game/SocialMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SocialMgr.cpp b/src/game/SocialMgr.cpp index ec9686b6dc2..f0f27691007 100644 --- a/src/game/SocialMgr.cpp +++ b/src/game/SocialMgr.cpp @@ -28,7 +28,7 @@ #include "World.h" #include "Util.h" -INSTANTIATE_SINGLETON_1( SocialMgr ); +INSTANTIATE_SINGLETON_1(SocialMgr); PlayerSocial::PlayerSocial() { |