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