]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/checkbox.cpp
A little clarification
[wxWidgets.git] / src / mac / checkbox.cpp
index dbf5b7d4e2b13ec58991ac67972879b43d2e0d57..e9248b99931bdff3840b38d4a0dc58b2e3e798bb 100644 (file)
@@ -24,6 +24,10 @@ IMPLEMENT_DYNAMIC_CLASS(wxBitmapCheckBox, wxCheckBox)
 
 #include "wx/mac/uma.h"
 
+wxCheckBoxBase::wxCheckBoxBase()
+{
+}
+
 // Single check box item
 bool wxCheckBox::Create(wxWindow *parent, wxWindowID id, const wxString& label,
            const wxPoint& pos,
@@ -34,8 +38,6 @@ bool wxCheckBox::Create(wxWindow *parent, wxWindowID id, const wxString& label,
     if ( !wxCheckBoxBase::Create(parent, id, pos, size, style, validator, name) )
         return false;
 
-    m_style = style;
-
     Rect bounds ;
     Str255 title ;