Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetBoolValue.h
index 121fae5ffd0fb1589a77d53f788c2f2bac0eb1e2..36b3b62ef2704d8235aae5026b11fe3f65575383 100644 (file)
@@ -59,6 +59,8 @@ protected:
  private:
    /// The check box
   QCheckBox* myCheckBox;
+
+  bool myDefVal;
 };
 
 #endif