A few fixes of types and a typo (#1464)

This commit is contained in:
ahladik
2021-05-13 21:11:19 +02:00
committed by GitHub
parent 81ad689478
commit 6ec23faf26
4 changed files with 11 additions and 11 deletions
@@ -88,7 +88,7 @@ IfcUtil::IfcBaseClass* execute_based_on_schema(
return fn_4x3_rc1(shape, t);
}
#endif
#ifdef HAS_SCHEMA_4x3_rx2
#ifdef HAS_SCHEMA_4x3_rc2
if (schema_name_lower == "ifc4x3_rc2") {
return fn_4x3_rc2(shape, t);
}