mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
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 it = m.begin();
|
||||
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()
|
||||
|
|
Loading…
Reference in a new issue