Salome HOME
Additional change to fix the preview problem
[modules/geom.git] / src / RepairGUI / RepairGUI_DivideEdgeDlg.h
index d7ceed40e41471c5a520ea1cdbe01ed40ae7054e..277463ea13dcafb1f2076e486c15530c5c0e84fe 100644 (file)
@@ -1,4 +1,4 @@
-//  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+//  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 //  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -19,6 +19,7 @@
 //
 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 // GEOM GEOMGUI : GUI for Geometry component
 // File   : RepairGUI_DivideEdgeDlg.h
 // Author : Lucien PIGNOLONI, Open CASCADE S.A.S.
@@ -49,7 +50,6 @@ protected:
   virtual GEOM::GEOM_IOperations_ptr createOperation();
   virtual bool                       isValid( QString& );
   virtual bool                       execute( ObjectList& );
-  virtual void                       addSubshapesToStudy();
   
 private:
   void                               Init();
@@ -57,6 +57,7 @@ private:
   void                               initSelection();
   
   bool                               getIsByParameter() const;
+  int                                myIndex;
   
 private:
   GEOM::GEOM_Object_var              myObject;