Salome HOME
TShell cannot be disconnected; use TCompound of shells/faces instead
[modules/hydro.git] / src / HYDROData / HYDROData_ShapeFile.cxx
index 629de51bf30d10a74d5862d00f1cf350bd0a7421..b6a4e737c336a6bff237188c8653a794f6831e70 100644 (file)
@@ -101,7 +101,7 @@ void HYDROData_ShapeFile::Export(const QString& aFileName,
   if ( !aLCM.IsNull() && !aLCM->IsEmpty())
   {
     hSHPHandle = SHPCreate( aFileName.toAscii().data(), SHPT_POLYGON );
-    HYDROData_LandCoverMap::Iterator It( aLCM );
+    HYDROData_LandCoverMap::Explorer It( aLCM );
     for( ; It.More(); It.Next() )
     {
       TopoDS_Face aFace = It.Face();