X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f4992e37c0cc4cba2e126cc2ad3eae565b855045..b77b87881bae2e6306366d79e7fe160334b3d4a2:/src/mac/checkbox.cpp diff --git a/src/mac/checkbox.cpp b/src/mac/checkbox.cpp index 6e6aa299b2..e9248b9993 100644 --- a/src/mac/checkbox.cpp +++ b/src/mac/checkbox.cpp @@ -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,