export statement needed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2002-01-20 16:13:05 +00:00
parent ac398c14e9
commit dde587d9bd

View File

@@ -21,7 +21,7 @@
typedef unsigned int size_t;
#endif
class wxCheckListBox : public wxCheckListBoxBase
class WXDLLEXPORT wxCheckListBox : public wxCheckListBoxBase
{
DECLARE_DYNAMIC_CLASS(wxCheckListBox)
public: