Salome HOME
Issue #2578: EDF 2018-2 Removal of faces.
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetBoolValue.h
index d730488fd38ec4fb5a57a79f140a05aca76f926d..36b3b62ef2704d8235aae5026b11fe3f65575383 100644 (file)
@@ -14,7 +14,8 @@
 // License along with this library; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 //
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or
+// email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
 //
 
 #ifndef ModuleBase_WidgetBoolValue_H
@@ -58,6 +59,8 @@ protected:
  private:
    /// The check box
   QCheckBox* myCheckBox;
+
+  bool myDefVal;
 };
 
 #endif