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