mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-13 18:59:05 +00:00
Changed: #825 Remove all warnings when compiling Ryzom
This commit is contained in:
parent
dd7ca3acc4
commit
999c2100c0
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