Salome HOME
Issue #3222: 1d fillet
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Fillet1D.h
index de2a380249f8bbedf0a7ed65a80508b9c859c50a..961d69ee424ae259c650cfa6dbe95ca00fa46377 100644 (file)
@@ -100,7 +100,7 @@ public:
 private:
   /// Get the list of wires and fillet vertices
   /// \retun \c false if errors occured
-  bool baseShapes(MapShapeSubs& theWireVertices);
+  bool baseShapes(ListOfShape& theWires, MapShapeSubs& theWireVertices);
 
   /// Run fillet operation and store result.
   /// \return \c false if fillet failed.