X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/acbd13a365fe2bd7ed6bafd19dc26775a256d499..bbda1088f7995eec084f450141d1071052473106:/src/stubs/checkbox.cpp?ds=sidebyside

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,