X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8208e181cb576ec6cda37624923f95a59af43072..789dbcd4e35cdab7085c6f15c2cb10615cdb3624:/src/mac/checkbox.cpp?ds=sidebyside diff --git a/src/mac/checkbox.cpp b/src/mac/checkbox.cpp index df3424b88f..c3d4ce9709 100644 --- a/src/mac/checkbox.cpp +++ b/src/mac/checkbox.cpp @@ -15,8 +15,10 @@ #include "wx/checkbox.h" +#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxCheckBox, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxBitmapCheckBox, wxCheckBox) +#endif #include