]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_WidgetIntValue.cpp
Salome HOME
1. Correction for perfomance problem by Apply button state update: do not listen...
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetIntValue.cpp
index 95074f73ad39fe25609561faceca390f64fe6a03..996e16fb5d022346957cf324bc5725b9d635b095 100644 (file)
@@ -110,7 +110,7 @@ bool ModuleBase_WidgetIntValue::resetCustom()
   return aDone;
 }
 
-bool ModuleBase_WidgetIntValue::storeValueCustom() const
+bool ModuleBase_WidgetIntValue::storeValueCustom()
 {
   DataPtr aData = myFeature->data();
   AttributeIntegerPtr anAttribute = aData->integer(attributeID());