Fix for 4.2 schema after a46cdbb907

This commit is contained in:
Thomas Krijnen
2026-02-11 12:11:23 +01:00
parent b7a8c9b330
commit 6bb8abdc5a
+1 -1
View File
@@ -54,7 +54,7 @@ taxonomy::ptr mapping::map_impl(const IfcSchema::IfcObjectPlacement* inst) {
}
}
#else
Logger::Warning("Using --site-local-placement or --building-local-placement on IFC4.2 might have issues")
Logger::Warning("Using --site-local-placement or --building-local-placement on IFC4.2 might have issues");
#endif
}
}