mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 15:36:22 +00:00
ifcgeom: fix compiler warning -Wreorder-ctor
This commit is contained in:
committed by
Thomas Krijnen
parent
eee844e204
commit
aace987149
@@ -159,8 +159,8 @@ namespace IfcGeom {
|
|||||||
, _normals(normals)
|
, _normals(normals)
|
||||||
, uvs_(uvs)
|
, uvs_(uvs)
|
||||||
, _material_ids(material_ids)
|
, _material_ids(material_ids)
|
||||||
, styles_(styles)
|
|
||||||
, _item_ids(item_ids)
|
, _item_ids(item_ids)
|
||||||
|
, styles_(styles)
|
||||||
{
|
{
|
||||||
for (auto& s : styles_) {
|
for (auto& s : styles_) {
|
||||||
_materials.push_back(IfcGeom::Material(s));
|
_materials.push_back(IfcGeom::Material(s));
|
||||||
|
|||||||
Reference in New Issue
Block a user