From: isn Date: Fri, 13 Nov 2015 12:38:34 +0000 (+0300) Subject: corrections after merge X-Git-Tag: v1.5~43^2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=691e07d12b012e636b054d4b5628cc5d0585324f;p=modules%2Fhydro.git corrections after merge --- 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() ) {