Salome HOME
tests 1 to 7 OK, 8 and above failed
[modules/hydro.git] / src / HYDROData / HYDROData_GeomTool.h
index 2ffa63cffd7b3139e3b7ddae9b215969e4fd1c0b..17d48314b19a630540a087552ff36c7d0957c5b4 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "HYDROData.h"
 #include <NCollection_IndexedDataMap.hxx>
+#include <TopTools_ShapeMapHasher.hxx>
 
 #ifdef WIN32
   #pragma warning ( disable: 4251 )
@@ -117,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>& aFacesToNameModif,
+                                                      const NCollection_IndexedDataMap<TopoDS_Shape, QString, TopTools_ShapeMapHasher>& aShToNameModif,
                                                       const QString& theName,
                                                       QString& theGeomObjEntry);