Salome HOME
Fix for the bug #42: point C is not activated, but point C is shown in preview in...
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_PolylineDlg.h
index 4ca803fa320a141c19c16f56bf70602d86cd647b..01d5a13cbe206cd06d63602f1c05c54cb305ac59 100755 (executable)
@@ -25,7 +25,7 @@
 
 #include "HYDROGUI_InputPanel.h"
 
-
+class QGroupBox;
 class QLineEdit;
 class CurveCreator_Widget;
 class CurveCreator_Curve;
@@ -60,6 +60,7 @@ signals:
 private:
   QLineEdit*            myName;
   CurveCreator_Widget*  myEditorWidget;
+  QGroupBox*            myAddElementBox;
 };
 
 #endif