Salome HOME
Merge remote-tracking branch 'origin/BR_quadtree' into V7_dev
[modules/hydro.git] / src / HYDROPy / HYDROData_Polyline3D.sip
index b6b067b22a7bf65bc14e6e2850b5d43c2dfdde98..58de3fd62db5cde058ab33b8600c9778554306e3 100644 (file)
@@ -30,12 +30,12 @@ public:
   /**
    * Returns default filling color for new 3D polyline.
    */
-  static QColor DefaultFillingColor();
+  virtual QColor DefaultFillingColor() const;
 
   /**
    * Returns default border color for new 3D polyline.
    */
-  static QColor DefaultBorderColor();
+  virtual QColor DefaultBorderColor() const;
 
 
 public: