From 7fbdc14b98745e933263a33b5fad581fefb79e51 Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 8 Mar 2009 11:50:58 -0600 Subject: *Fix build in Linux. --HG-- branch : trunk --- src/game/GridNotifiers.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/game/GridNotifiers.h b/src/game/GridNotifiers.h index 5d723adb3f8..bdd40a3f72f 100644 --- a/src/game/GridNotifiers.h +++ b/src/game/GridNotifiers.h @@ -48,8 +48,8 @@ namespace Trinity PlayerRelocationNotifier(Player &player) : i_player(player),i_clientGUIDs(player.m_clientGUIDs) {} - #ifdef WIN32 template inline void Visit(GridRefManager &); + #ifdef WIN32 template<> inline void Visit(PlayerMapType &); template<> inline void Visit(CreatureMapType &); #endif @@ -956,7 +956,6 @@ namespace Trinity }; #ifndef WIN32 - template inline void PlayerRelocationNotifier::Visit(GridRefManager &); template<> inline void PlayerRelocationNotifier::Visit(CreatureMapType &); template<> inline void PlayerRelocationNotifier::Visit(PlayerMapType &); template<> inline void CreatureRelocationNotifier::Visit(PlayerMapType &); -- cgit v1.2.3