0028782: Shape sewing behavior not consistent for the same CAD file
[occt.git] / src / BRepBuilderAPI / BRepBuilderAPI_Sewing.hxx
index fbb8793..126c901 100644 (file)
@@ -295,7 +295,8 @@ protected:
   
   //! Get wire from free edges.
   //! This method is called from EdgeProcessing only
-  Standard_EXPORT virtual void GetFreeWires (TopTools_MapOfShape& MapFreeEdges, TopTools_SequenceOfShape& seqWires);
+  Standard_EXPORT virtual void GetFreeWires (TopTools_IndexedMapOfShape& MapFreeEdges,
+                                             TopTools_SequenceOfShape& seqWires);
   
 
   //! This method is called from MergingOfSections only