Wrong preprocessor statement #6765

This commit is contained in:
Thomas Krijnen
2025-05-31 14:14:43 +02:00
parent a531bd8c1f
commit 88ac0a0f6c
+1 -1
View File
@@ -202,7 +202,7 @@ class curve_segment_evaluator {
inst_(inst), inst_(inst),
length_unit_(length_unit), length_unit_(length_unit),
parent_curve_(inst->ParentCurve()) { parent_curve_(inst->ParentCurve()) {
#ifdef SCHEMA_IfcCurveSegment_HAS_UsingCurves #ifdef SCHEMA_IfcSegment_HAS_UsingCurves
auto composite_curves = inst->UsingCurves(); auto composite_curves = inst->UsingCurves();
#else #else
aggregate_of<IfcSchema::IfcCompositeCurve>::ptr composite_curves; aggregate_of<IfcSchema::IfcCompositeCurve>::ptr composite_curves;