Salome HOME
porting : eliminate comp. errors
[modules/hydro.git] / src / HYDROData / HYDROData_GeomTool.h
index ab84b701084a0bd8dd767aaf70280e039dcdcbcc..17d48314b19a630540a087552ff36c7d0957c5b4 100644 (file)
@@ -118,7 +118,7 @@ public:
   static GEOM::GEOM_Object_ptr ExplodeShapeInGEOMandPublish( GEOM::GEOM_Gen_var theGeomEngine, 
                                                       SALOMEDS::Study_ptr theStudy, 
                                                       const TopoDS_Shape& theShape, 
-                                                      const NCollection_IndexedDataMap<TopoDS_Shape, QString, TopTools_ShapeMapHasher>& aFacesToNameModif,
+                                                      const NCollection_IndexedDataMap<TopoDS_Shape, QString, TopTools_ShapeMapHasher>& aShToNameModif,
                                                       const QString& theName,
                                                       QString& theGeomObjEntry);