mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
fix hash define logical operation
This commit is contained in:
committed by
Thomas Krijnen
parent
77206cb761
commit
3b401ec28f
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user