mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 10:06:47 +00:00
Properly initialize parsed simple types
This commit is contained in:
@@ -40,7 +40,7 @@ HeaderEntity::HeaderEntity(const char * const datatype, IfcFile* file)
|
||||
{
|
||||
if (file) {
|
||||
offset_in_file_ = file->stream->Tell();
|
||||
load_();
|
||||
load();
|
||||
} else {
|
||||
initialized_ = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user