Salome HOME
Issue #851 Show only action should not hide sketch entities when the sketch operation...
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetIntValue.cpp
index a0daa71242513af0ac539389b139ae940af8a584..6778b372c0212a0480dd77a3bde924a7bd761df7 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
 
-// File:        ModuleBase_Widgets.h
+// File:        ModuleBase_WidgetIntValue.cpp
 // Created:     04 June 2014
 // Author:      Vitaly Smetannikov
 
@@ -122,7 +122,7 @@ bool ModuleBase_WidgetIntValue::storeValueCustom() const
   return true;
 }
 
-bool ModuleBase_WidgetIntValue::restoreValue()
+bool ModuleBase_WidgetIntValue::restoreValueCustom()
 {
   DataPtr aData = myFeature->data();
   AttributeIntegerPtr aRef = aData->integer(attributeID());