diff --git a/src/ifcparse/IfcFile.h b/src/ifcparse/IfcFile.h index 2127dc4d23..3959cd1b6b 100644 --- a/src/ifcparse/IfcFile.h +++ b/src/ifcparse/IfcFile.h @@ -113,6 +113,7 @@ class IFC_PARSE_API IfcFile { typedef boost::unordered_map entity_by_id_t; typedef boost::unordered_map entity_by_iden_t; typedef std::map entity_by_guid_t; + // instance_id, declaration->index_in_schema, attribute_index typedef std::tuple inverse_attr_record; enum INVERSE_ATTR { INSTANCE_ID,