mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Fix wrapper code
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user