Skip to content

Commit 0552c33

Browse files
committed
Correct omitted initialization list item from IfcGeom::IteratorSettings
1 parent 349e7dd commit 0552c33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ifcgeom/IfcGeomIteratorSettings.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ namespace IfcGeom {
8181
, _sew_shells(false)
8282
, _faster_booleans(false)
8383
, _force_ccw_face_orientation(false)
84+
, _disable_opening_subtractions(false)
8485
, _disable_triangulation(false)
8586
, _apply_default_materials(false)
8687
// TODO: Make deflection tolerance into a command line argument

0 commit comments

Comments
 (0)