X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad81651f00edc6f489d9b6a0839d316a964fd521..28be2e8a170979d476a5ea4f585505b8a2f5af27:/src/mac/checklst.cpp diff --git a/src/mac/checklst.cpp b/src/mac/checklst.cpp index 7387e3e471..2f43152c2a 100644 --- a/src/mac/checklst.cpp +++ b/src/mac/checklst.cpp @@ -23,7 +23,9 @@ // implementation // ============================================================================ +#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox) +#endif // ---------------------------------------------------------------------------- // implementation of wxCheckListBox class