]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_WidgetCheckGroupBox.h
Salome HOME
1. Correction for perfomance problem by Apply button state update: do not listen...
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetCheckGroupBox.h
index dcb7012ce8a3fd6e28eda2bae92632d9f5b4dded..d9d9f533c3905d5fb58cfa0ed7492055f3fa38c7 100755 (executable)
@@ -62,7 +62,7 @@ protected:
   /// Methods to be redefined from ModuleBase_ModelWidget: start
   /// Saves the internal parameters to the given feature
   /// \return True in success
-  virtual bool storeValueCustom() const;
+  virtual bool storeValueCustom();
   /// Restore value from attribute data to the widget's control
   virtual bool restoreValueCustom();
   /// Methods to be redefined from ModuleBase_ModelWidget: end