Salome HOME
0022338: EDF GEOM: Regression when partitoning a compound by a plane
[modules/geom.git] / src / OperationGUI / OperationGUI_PartitionDlg.h
index dcfdf80da7e834ab93ac1fc916d346a38e074cac..2363b4d9a4e2c76f006c4acce5c042585692ab1f 100644 (file)
@@ -28,6 +28,7 @@
 #include <GEOMBase_Skeleton.h>
 
 class DlgRef_2Sel1List2Check;
+class QCheckBox;
 
 //=================================================================================
 // class    : OperationGUI_PartitionDlg
@@ -64,6 +65,7 @@ private:
   GEOM::ListOfGO                     myListKeepInside;
 
   DlgRef_2Sel1List2Check*            GroupPoints;
+  QCheckBox                         *mySelfInte;
 
 private slots:
   void                               ClickOnOk();