X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ad81651f00edc6f489d9b6a0839d316a964fd521..1454d4e6599bbd18086cdf0cf1b06c2b9004fe3a:/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