Salome HOME
Fix for #767: correct the internal history structure for nested features
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetBoolValue.cpp
index 854a93a4801bf4c1ce7c5b0add5bacbf8b01f078..f260939e540c9a26a2c522e1a48d85322eb5f9d7 100644 (file)
@@ -54,7 +54,7 @@ bool ModuleBase_WidgetBoolValue::storeValueCustom() const
   return true;
 }
 
-bool ModuleBase_WidgetBoolValue::restoreValue()
+bool ModuleBase_WidgetBoolValue::restoreValueCustom()
 {
   DataPtr aData = myFeature->data();
   std::shared_ptr<ModelAPI_AttributeBoolean> aRef = aData->boolean(attributeID());