]> git.saurik.com Git - wxWidgets.git/commitdiff
export statement needed
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 20 Jan 2002 16:13:05 +0000 (16:13 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 20 Jan 2002 16:13:05 +0000 (16:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/checklst.h

index be7f73292d09fe824ab86f34c1c06f961e97fc57..e0692da27dcdb23aef163bc24f549e6e11fbb38d 100644 (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: