mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[8105] Compile fix under Linux/BSD systems.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
cac105f83e
commit
3f7351ec25
2 changed files with 2 additions and 2 deletions
|
|
@ -255,7 +255,7 @@ void
|
|||
ObjectGridUnloader::Visit(GridRefManager<T> &m)
|
||||
{
|
||||
// remove all cross-reference before deleting
|
||||
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()->CleanupsBeforeDelete();
|
||||
|
||||
while(!m.isEmpty())
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "8104"
|
||||
#define REVISION_NR "8105"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue