From 3b401ec28fb07da349c32ab1ffb24f534eebeb53 Mon Sep 17 00:00:00 2001 From: Carmen Fan Date: Mon, 26 Jul 2021 15:53:52 +0100 Subject: [PATCH] fix hash define logical operation --- src/ifcgeom/IfcGeom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcgeom/IfcGeom.h b/src/ifcgeom/IfcGeom.h index a02036a9b7..ccf7f0e8fe 100644 --- a/src/ifcgeom/IfcGeom.h +++ b/src/ifcgeom/IfcGeom.h @@ -490,7 +490,7 @@ public: prs_styles.push_back(style_l); } } -#if defined SCHEMA_HAS_IfcStyleAssignmentSelect or defined SCHEMA_HAS_IfcPresentationStyleAssignment +#if defined(SCHEMA_HAS_IfcStyleAssignmentSelect) || defined(SCHEMA_HAS_IfcPresentationStyleAssignment) } #endif