From 691e07d12b012e636b054d4b5628cc5d0585324f Mon Sep 17 00:00:00 2001 From: isn Date: Fri, 13 Nov 2015 15:38:34 +0300 Subject: [PATCH] corrections after merge --- src/HYDROData/HYDROData_LandCoverMap.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HYDROData/HYDROData_LandCoverMap.cxx b/src/HYDROData/HYDROData_LandCoverMap.cxx index 853d543c..eac018b8 100644 --- a/src/HYDROData/HYDROData_LandCoverMap.cxx +++ b/src/HYDROData/HYDROData_LandCoverMap.cxx @@ -349,7 +349,7 @@ bool HYDROData_LandCoverMap::ExportTelemac( const QString& theFileName, Standard { TopoDS_Shape aLandCoverMapShape = GetShape(); TopTools_ListOfShape aListOfFaces; - Iterator anIt( *this ); + Explorer anIt( *this ); QMap aTypesMap; for( ; anIt.More(); anIt.Next() ) { -- 2.39.2