mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-17 05:19:40 -04:00
*Fix build in linux.
--HG-- branch : trunk
This commit is contained in:
@@ -335,7 +335,7 @@ template<class T>
|
||||
void
|
||||
ObjectGridCleaner::Visit(GridRefManager<T> &m)
|
||||
{
|
||||
for(GridRefManager<T>::iterator iter = m.begin(); iter != m.end(); ++iter)
|
||||
for(typename GridRefManager<T>::iterator iter = m.begin(); iter != m.end(); ++iter)
|
||||
iter->getSource()->RemoveFromWorld();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user