aboutsummaryrefslogtreecommitdiff
path: root/src/game/Map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Map.h')
-rw-r--r--src/game/Map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Map.h b/src/game/Map.h
index 3d533da1675..fe29f448d27 100644
--- a/src/game/Map.h
+++ b/src/game/Map.h
@@ -479,6 +479,8 @@ class TRINITY_DLL_SPEC Map : public GridRefManager<NGridType>, public Trinity::O
typedef std::set<WorldObject*> ActiveNonPlayers;
ActiveNonPlayers m_activeNonPlayers;
ActiveNonPlayers::iterator m_activeNonPlayersIter;
+
+
private:
typedef GridReadGuard ReadGuard;
typedef GridWriteGuard WriteGuard;