From: Stefan Csomor Date: Sun, 20 Jan 2002 16:13:05 +0000 (+0000) Subject: export statement needed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dde587d9bd0e68c9b6dfc4cf9cbf26e26779591d export statement needed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/checklst.h b/include/wx/mac/checklst.h index be7f73292d..e0692da27d 100644 --- a/include/wx/mac/checklst.h +++ b/include/wx/mac/checklst.h @@ -21,7 +21,7 @@ typedef unsigned int size_t; #endif -class wxCheckListBox : public wxCheckListBoxBase +class WXDLLEXPORT wxCheckListBox : public wxCheckListBoxBase { DECLARE_DYNAMIC_CLASS(wxCheckListBox) public: