From d4dc933b995a36018cb818c043e00bf4761364d1 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Wed, 4 May 2016 17:30:31 +0200 Subject: [PATCH] Qualify auto keyword --- src/ifcgeom/IfcGeomIterator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcgeom/IfcGeomIterator.h b/src/ifcgeom/IfcGeomIterator.h index 5ce8ae2002..22a59dafdb 100644 --- a/src/ifcgeom/IfcGeomIterator.h +++ b/src/ifcgeom/IfcGeomIterator.h @@ -385,7 +385,7 @@ namespace IfcGeom { has_openings = true; } IfcSchema::IfcRelAssociates::list::ptr associations = (*it)->HasAssociations(); - for (auto jt = associations->begin(); jt != associations->end(); ++jt) { + for (IfcSchema::IfcRelAssociates::list::it jt = associations->begin(); jt != associations->end(); ++jt) { IfcSchema::IfcRelAssociatesMaterial* assoc = (*jt)->as(); if (assoc) { if (assoc->RelatingMaterial()->is(IfcSchema::Type::IfcMaterialLayerSetUsage)) {