Kaydet (Commit) 63961609 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix problem when compiling against a wrong colour version of the GNU STL

üst 1b61b767
......@@ -1609,7 +1609,7 @@ void Access::commitChildChanges(
}
NodeMap * members = getNode()->getMemberMap();
if (members != 0) {
NodeMap::const_iterator j(members->find(i->first));
NodeMap::iterator j(members->find(i->first));
if (child.is()) {
// Inserted:
if (j != members->end()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment