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
+1 -1
View File
@@ -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() {