mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 11:18:01 +00:00
Instantiates IfcHierarchyHelper template for ADD2
This commit is contained in:
committed by
Thomas Krijnen
parent
fc22d2fa51
commit
5c64a1bd8d
@@ -1043,3 +1043,6 @@ template IFC_PARSE_API class IfcHierarchyHelper<Ifc4x3_tc1>;
|
|||||||
#ifdef HAS_SCHEMA_4x3_add1
|
#ifdef HAS_SCHEMA_4x3_add1
|
||||||
template IFC_PARSE_API class IfcHierarchyHelper<Ifc4x3_add1>;
|
template IFC_PARSE_API class IfcHierarchyHelper<Ifc4x3_add1>;
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAS_SCHEMA_4x3_add2
|
||||||
|
template IFC_PARSE_API class IfcHierarchyHelper<Ifc4x3_add2>;
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user