Changed: #825 Remove all warnings when compiling Ryzom
This commit is contained in:
parent
74f7e6a49b
commit
acb1490db2
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ public:
|
||||||
typename std::map<Key,Typ,Comp>::const_iterator itEnd = m.end();
|
typename std::map<Key,Typ,Comp>::const_iterator itEnd = m.end();
|
||||||
typename std::map<Key,Typ,Comp>::const_iterator it = m.begin();
|
typename std::map<Key,Typ,Comp>::const_iterator it = m.begin();
|
||||||
for (; it != itEnd; it++)
|
for (; it != itEnd; it++)
|
||||||
_Data.push_back (std::pair<Key, Typ>::pair(it->first, it->second));
|
_Data.push_back (std::pair<Key, Typ>(it->first, it->second));
|
||||||
}
|
}
|
||||||
|
|
||||||
void endAdd()
|
void endAdd()
|
||||||
|
|
Loading…
Reference in a new issue