Salome HOME
Porting to OCCT 7.8.0
[plugins/blsurfplugin.git] / src / BLSURFPlugin / BLSURFPlugin_BLSURF.cxx
index 8ecdaad063c624ca68aa916bbed8dcc631f99f5f..7783443c8ab35de7febefe435bb9fd80c4a393a4 100644 (file)
@@ -1792,7 +1792,7 @@ namespace
     {
       BRepBuilderAPI_MakeWire newWire;
 
-      typedef NCollection_DataMap<SMESH_TLink, TopoDS_Edge, SMESH_TLink > TSeg2EdgeMap;
+      typedef NCollection_DataMap<SMESH_TLink, TopoDS_Edge, SMESH_TLinkHasher > TSeg2EdgeMap;
       TSeg2EdgeMap seg2EdgeMap;
 
       TopoDS_Iterator edgeIt( wire );