Skip to content

Commit bcb5fd7

Browse files
committed
Missing return type
1 parent 40c5145 commit bcb5fd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ifcparse/IfcParse.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,7 @@ bool IfcParse::IfcFile::initialize(const std::string& fn, bool mmap) {
12001200
}
12011201

12021202
ifcroot_type_ = schema_ ? schema_->declaration_by_name("IfcRoot") : nullptr;
1203+
return good_ == file_open_status::SUCCESS;
12031204
}
12041205
#endif
12051206

0 commit comments

Comments
 (0)