Missing return type

This commit is contained in:
Thomas Krijnen
2025-10-24 13:32:18 +02:00
parent 40c5145a13
commit bcb5fd7810
+1
View File
@@ -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