mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +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)
|
||||
, uvs_(uvs)
|
||||
, _material_ids(material_ids)
|
||||
, styles_(styles)
|
||||
, _item_ids(item_ids)
|
||||
, styles_(styles)
|
||||
{
|
||||
for (auto& s : styles_) {
|
||||
_materials.push_back(IfcGeom::Material(s));
|
||||
|
||||
Reference in New Issue
Block a user