Salome HOME
PAL7864, PAL7951, PAL7915
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MultiEditDlg.h
index 0f69a5d724e4e55fa66ed443d8892802470504a8..48a59a962e9248bff1786557c50d467f69f6a319 100755 (executable)
@@ -100,7 +100,7 @@ protected:
   void                      hideEvent ( QHideEvent * );                        /* ESC key */
   QFrame*                   createButtonFrame( QWidget* );
   QFrame*                   createMainFrame  ( QWidget*, const bool );
-  bool                      isValid( const bool );
+  bool                      isValid( const bool ) const;
   SMESH::long_array_var     getIds();
   void                      updateButtons();
   void                      setSelectionMode();
@@ -143,7 +143,6 @@ protected:
   Handle(SMESH_TypeFilter)  myGroupFilter;
   bool                      myBusy;
   int                       myEntityType;
-  Handle(SALOME_InteractiveObject) myIO;
 };
 
 /*