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)