From aace987149af181c1cdd1949a6687dda6e525dbf Mon Sep 17 00:00:00 2001 From: Dirk Olbrich Date: Sun, 3 Sep 2023 13:44:49 +0200 Subject: [PATCH] ifcgeom: fix compiler warning -Wreorder-ctor --- src/ifcgeom_schema_agnostic/IfcGeomRepresentation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcgeom_schema_agnostic/IfcGeomRepresentation.h b/src/ifcgeom_schema_agnostic/IfcGeomRepresentation.h index 0d7df7d7d1..9e5fe20d3f 100644 --- a/src/ifcgeom_schema_agnostic/IfcGeomRepresentation.h +++ b/src/ifcgeom_schema_agnostic/IfcGeomRepresentation.h @@ -159,8 +159,8 @@ namespace IfcGeom { , _normals(normals) , uvs_(uvs) , _material_ids(material_ids) - , styles_(styles) , _item_ids(item_ids) + , styles_(styles) { for (auto& s : styles_) { _materials.push_back(IfcGeom::Material(s));