mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 19:07:57 +00:00
Wrap more classes into ifcopenshell:: namespace
This commit is contained in:
@@ -453,7 +453,7 @@ std::string collada_serializer::object_id(const ifcopenshell::geom::element* o)
|
||||
: "";
|
||||
return o->type() + slabSuffix;
|
||||
}
|
||||
return geometry_serializer::object_id(o);
|
||||
return ifcopenshell::geom::geometry_serializer::object_id(o);
|
||||
}
|
||||
|
||||
void collada_serializer::collada_exporter::endDocument() {
|
||||
|
||||
Reference in New Issue
Block a user