From cdc5d7a04e66ed97e0ae8c3f6151b8522d339657 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Mon, 4 Oct 2021 10:43:04 +0200 Subject: [PATCH] Missing semicolons (for consistency) --- src/ifcgeom/IfcRegister.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ifcgeom/IfcRegister.h b/src/ifcgeom/IfcRegister.h index 51c49e99d1..0f9524f454 100644 --- a/src/ifcgeom/IfcRegister.h +++ b/src/ifcgeom/IfcRegister.h @@ -105,7 +105,7 @@ FACE(IfcArbitraryClosedProfileDef); FACE(IfcRoundedRectangleProfileDef); FACE(IfcRectangleHollowProfileDef); FACE(IfcRectangleProfileDef); -FACE(IfcTrapeziumProfileDef) +FACE(IfcTrapeziumProfileDef); FACE(IfcCShapeProfileDef); // IfcAsymmetricIShapeProfileDef included FACE(IfcIShapeProfileDef); @@ -138,7 +138,7 @@ WIRE(IfcCompositeCurve); WIRE(IfcTrimmedCurve); WIRE(IfcArbitraryOpenProfileDef); #ifdef SCHEMA_HAS_IfcIndexedPolyCurve -WIRE(IfcIndexedPolyCurve) +WIRE(IfcIndexedPolyCurve); #endif CURVE(IfcCircle);