Salome HOME
Fix SketcherSetEqual.test_length_equality
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetChoice.cpp
index 83537b71d3bcf293047252fea682769153a22c48..3bb748f63f6f69f6a2d06a564474ed3e21f3acb4 100644 (file)
@@ -55,7 +55,7 @@ bool ModuleBase_WidgetChoice::storeValueCustom() const
   return true;
 }
 
-bool ModuleBase_WidgetChoice::restoreValue()
+bool ModuleBase_WidgetChoice::restoreValueCustom()
 {
   DataPtr aData = myFeature->data();
   std::shared_ptr<ModelAPI_AttributeInteger> aIntAttr = aData->integer(attributeID());