X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetBoolValue.h;h=36b3b62ef2704d8235aae5026b11fe3f65575383;hb=f2f34e30b41047d12277ad87e1adf6c0e410e4ff;hp=d730488fd38ec4fb5a57a79f140a05aca76f926d;hpb=2532fb2df83ee1ddd9ff3e8b381d3788eaa15b69;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetBoolValue.h b/src/ModuleBase/ModuleBase_WidgetBoolValue.h index d730488fd..36b3b62ef 100644 --- a/src/ModuleBase/ModuleBase_WidgetBoolValue.h +++ b/src/ModuleBase/ModuleBase_WidgetBoolValue.h @@ -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 +// See http://www.salome-platform.org/ or +// email : webmaster.salome@opencascade.com // #ifndef ModuleBase_WidgetBoolValue_H @@ -58,6 +59,8 @@ protected: private: /// The check box QCheckBox* myCheckBox; + + bool myDefVal; }; #endif