mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 23:49:59 +00:00
Wrap more classes into ifcopenshell:: namespace
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user