mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 22:43:41 +00:00
Missing return type
This commit is contained in:
@@ -1200,6 +1200,7 @@ bool IfcParse::IfcFile::initialize(const std::string& fn, bool mmap) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ifcroot_type_ = schema_ ? schema_->declaration_by_name("IfcRoot") : nullptr;
|
ifcroot_type_ = schema_ ? schema_->declaration_by_name("IfcRoot") : nullptr;
|
||||||
|
return good_ == file_open_status::SUCCESS;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user