From 9f9a0ea3dc8d1c2aabaccb095f4a3fe60cac7cf2 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 20 Mar 2015 20:58:05 +0000 Subject: [PATCH] Update generated code for IFC4 --- src/ifcparse/Ifc4-latebound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcparse/Ifc4-latebound.cpp b/src/ifcparse/Ifc4-latebound.cpp index e95e364995..0de361995a 100644 --- a/src/ifcparse/Ifc4-latebound.cpp +++ b/src/ifcparse/Ifc4-latebound.cpp @@ -43,7 +43,7 @@ using namespace IfcUtil; typedef std::map entity_descriptor_map_t; typedef std::map enumeration_descriptor_map_t; -typedef std::map, std::pair > inverse_map_t; +typedef std::map > > inverse_map_t; typedef std::map > derived_map_t; entity_descriptor_map_t entity_descriptor_map;