Address conflicts in ifcparse

This commit is contained in:
Thomas Krijnen
2017-12-11 14:47:30 +01:00
parent 988094b796
commit 0468f12051
10 changed files with 93 additions and 99 deletions
+1 -1
View File
@@ -339,7 +339,7 @@ namespace IfcParse {
index = std::distance(current->attributes().begin(), it);
}
}
} while (current = current->supertype_);
} while ((current = current->supertype_));
return index;
}