Salome HOME
HYDRO Feature 1: Import images (T 1.3)
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_PolylineOp.h
index c56ec0a4937c8e5085b68422a32033f3156089b7..6ff93f05139866a7678a0bdde73329aef9263f3d 100755 (executable)
@@ -27,6 +27,8 @@
 
 #include <HYDROData_Polyline.h>
 
+class CurveCreator_Curve;
+
 class HYDROGUI_PolylineOp : public HYDROGUI_Operation
 {
   Q_OBJECT
@@ -45,6 +47,7 @@ protected:
 private:
   bool                       myIsEdit;
   Handle(HYDROData_Polyline) myEditedObject;
+  CurveCreator_Curve*        myCurve;
 };
 
 #endif