Adapt for namespaces changes

This commit is contained in:
Thomas Krijnen
2026-08-09 12:48:35 +02:00
parent e5aaf7c602
commit b5eca83357
+1 -1
View File
@@ -323,7 +323,7 @@ static std::vector<int> prioritisedContextIds(ifcopenshell::file* ifc_file) {
try {
auto tv = entity.get("TargetView");
if (!tv.isNull()) {
enumeration_reference er = tv;
ifcopenshell::enumeration_reference er = tv;
info.target_view_priority =
rank(target_view_order, er.value());
}