X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/acbd13a365fe2bd7ed6bafd19dc26775a256d499..081eb1b120c1bc9147582cff84de756b4a3a63af:/src/stubs/checkbox.cpp diff --git a/src/stubs/checkbox.cpp b/src/stubs/checkbox.cpp index 258a9cc6c3..1fcf88c9e6 100644 --- a/src/stubs/checkbox.cpp +++ b/src/stubs/checkbox.cpp @@ -15,10 +15,8 @@ #include "wx/checkbox.h" -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxCheckBox, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxBitmapCheckBox, wxCheckBox) -#endif // Single check box item bool wxCheckBox::Create(wxWindow *parent, wxWindowID id, const wxString& label,