Salome HOME
patch for install error on Linux
[modules/hydro.git] / src / HYDROData / HYDROData_PolylineOperator.h
index eefac88bad05e67ac5c3237f353eeda87b97c04d..a4c280b8c12eb0fd72911af03536b883581879af 100644 (file)
@@ -59,7 +59,7 @@ public:
   //! the middle deflection is more than the required deflection and
   //! more than the half of the maximal middle deflection.
   //! Returns the initial maximal middle deflection.
-  //! Returns a negative value in the case of any erorr.
+  //! Returns a negative value in the case of any error.
   static double ReduceDeflection(
     const double theDeflection,
     HYDROData_TopoCurve& theCurve,
@@ -83,10 +83,9 @@ protected:
     std::vector<TopoDS_Shape>& theWires);
 
   static bool CreatePolylines( const Handle( HYDROData_Document )& theDoc,
-                               const QString& theNamePrefix,
+                               const Handle( HYDROData_PolylineXY )& theOldPolyline,
                                const std::vector<TopoDS_Shape>& theShape,
-                               bool isUseIndices,
-                               const QColor& theColor );
+                               bool isUseIndices );
 };
 
 #endif