mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
Wrap more classes into ifcopenshell:: namespace
This commit is contained in:
@@ -126,7 +126,7 @@ namespace ifcopenshell::geom {
|
||||
oss << "product-" << ifcopenshell::global_id(guid).formatted();
|
||||
} catch (const std::exception& e) {
|
||||
oss << "product";
|
||||
::logger::root().error("GEO", 39, e);
|
||||
ifcopenshell::logger::root().error("GEO", 39, e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user