Wrap more classes into ifcopenshell:: namespace

This commit is contained in:
Thomas Krijnen
2026-08-08 13:58:39 +02:00
parent 2c47c9d4fa
commit 02481b3247
149 changed files with 678 additions and 627 deletions
+2 -2
View File
@@ -180,9 +180,9 @@ class IFC_SCHEMA_API hierarchy_helper : public ifcopenshell::file {
break;
}
} catch (std::exception& e) {
::logger::root().error(e);
ifcopenshell::logger::root().error(e);
} catch (...) {
::logger::root().error("Unknown error in addRelatedObject()");
ifcopenshell::logger::root().error("Unknown error in addRelatedObject()");
}
}
if (!found) {