diff options
author | megamage <none@none> | 2009-03-08 11:52:25 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-08 11:52:25 -0600 |
commit | d33a69921b886bb1f44800c0a870d1dbc5e6c4f8 (patch) | |
tree | f5331d204f26913317025d8c126a8ea1984fcfa5 /src | |
parent | 985b7656bb8f7de1cb192410f2ee0495dd43ae91 (diff) | |
parent | 7fbdc14b98745e933263a33b5fad581fefb79e51 (diff) |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/GridNotifiers.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/GridNotifiers.h b/src/game/GridNotifiers.h index 0117727a987..bb922ce4b23 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<class T> inline void Visit(GridRefManager<T> &); + #ifdef WIN32 template<> inline void Visit(PlayerMapType &); template<> inline void Visit(CreatureMapType &); #endif @@ -1033,7 +1033,6 @@ namespace Trinity }; #ifndef WIN32 - template<class T> inline void PlayerRelocationNotifier::Visit(GridRefManager<T> &); template<> inline void PlayerRelocationNotifier::Visit<Creature>(CreatureMapType &); template<> inline void PlayerRelocationNotifier::Visit<Player>(PlayerMapType &); template<> inline void CreatureRelocationNotifier::Visit<Player>(PlayerMapType &); |