Salome HOME
1. Correction for perfomance problem by Apply button state update: do not listen...
[modules/shaper.git] / src / PartSet / PartSet_WidgetFileSelector.cpp
index b493c2a86fd569d8a18866885b085df023a91c4e..f8c46f4082fb2bc275a5891ef9ec2787c3d78d64 100644 (file)
@@ -34,7 +34,7 @@ bool PartSet_WidgetFileSelector::restoreValueCustom()
   return ModuleBase_WidgetFileSelector::restoreValueCustom();
 }
 
-bool PartSet_WidgetFileSelector::storeValueCustom() const
+bool PartSet_WidgetFileSelector::storeValueCustom()
 {
   // A rare case when plugin was not loaded.
   if (!myFeature)