Fixes after merge

This commit is contained in:
Thomas Krijnen
2026-06-11 21:02:03 +02:00
parent 964fb045f7
commit df59c888fd
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ std::vector<express::Base> mapping::find_openings(const express::Base& inst) {
// Only aggregation, not nesting is considered.
break;
}
express::Base rel_obdef;
IfcSchema::IfcObjectDefinition rel_obdef;
try {
rel_obdef = decomposes.front().as<IfcSchema::IfcRelAggregates>().RelatingObject();
} catch (const std::exception&) {