From 96d509698b6178fdc6fd66193b6eef2b6a1c832c Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 8 Oct 2021 21:35:41 +0200 Subject: [PATCH] Prefix namespaces for swig --- src/ifcgeom/IfcGeomRepresentation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ifcgeom/IfcGeomRepresentation.h b/src/ifcgeom/IfcGeomRepresentation.h index f0d3ce6b2e..af4ab57070 100644 --- a/src/ifcgeom/IfcGeomRepresentation.h +++ b/src/ifcgeom/IfcGeomRepresentation.h @@ -124,7 +124,7 @@ namespace IfcGeom { // when read from serialization, the element needs to take ownership of the styles, // the material vector is constructor off of this. // @todo this can be improved - std::vector> styles_; + std::vector> styles_; public: const std::string& id() const { return id_; } @@ -364,7 +364,7 @@ namespace IfcGeom { const std::vector& normals, const std::vector& uvs, const std::vector& material_ids, - const std::vector>& styles) + const std::vector>& styles) : Representation(settings) , id_(id) , _verts(verts)