Fix wrapper code

This commit is contained in:
aothms
2016-02-24 11:26:15 +01:00
parent c1c738390f
commit 418b78cdd5
7 changed files with 43 additions and 25 deletions
+1 -3
View File
@@ -922,9 +922,7 @@ IfcFile::IfcFile(bool create_latebound_entities)
, tokens(0)
, MaxId(0)
{
if (!create_latebound_entities) {
schema_ = &get_schema();
}
schema_ = &get_schema();
setDefaultHeaderValues();
}