Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetDoubleValue.h
index 8e9055ab7d5f97931d1ee9558c18de1d1e887d7a..595cb8590bc8a7270f549122c8a67d0f0f02afd5 100644 (file)
@@ -90,6 +90,7 @@ protected:
   FeaturePtr myParameter;
 
   double myDefaultVal;
+  bool myHasDefault;
 };
 
 #endif