Salome HOME
Merge remote-tracking branch 'origin/BR_1321_ECW' into BR_DEMO
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_BathymetryOp.h
index b85ecd196da992ddd2ac3edd82a8683ac99ef047..2aad488b4ffed43aa6b263774f4e9e381db2a5c8 100644 (file)
@@ -21,7 +21,7 @@
 #define HYDROGUI_BATHYMETRY_OP_H
 
 #include <HYDROGUI_Operation.h>
-#include <QDialog.h>
+#include <QDialog>
 
 class OCCViewer_ViewWindow;
 class QtxDoubleSpinBox;
@@ -44,6 +44,7 @@ protected:
 
 private:
   int myMode;
+  bool myIsActivate;
 };