Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetIntValue.h
index bcd45d4b199719d9eaf373260fe8aa2a11e3e5b2..4637af46c6d01f6d1398e9067f4e3a9625b3af86 100644 (file)
@@ -83,6 +83,9 @@ protected:
   ModuleBase_ParamSpinBox* mySpinBox;
 
   FeaturePtr myParameter;
+
+  int myDefVal;
+  bool myHasDefault;
 };
 
 #endif