]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/checklst.h
copy the list in wxList::operator=(), for consistency with typed macro-based lists
[wxWidgets.git] / include / wx / palmos / checklst.h
index 0c28425e25fb84edb237d22e31c5c9ee1f0466cb..caf994612eb678975e7c307bc9327933e842940c 100644 (file)
@@ -16,8 +16,8 @@
   #error  "wxCheckListBox class requires owner-drawn functionality."
 #endif
 
-class WXDLLEXPORT wxOwnerDrawn;
-class WXDLLEXPORT wxCheckListBoxItem; // fwd decl, defined in checklst.cpp
+class WXDLLIMPEXP_FWD_CORE wxOwnerDrawn;
+class WXDLLIMPEXP_FWD_CORE wxCheckListBoxItem; // fwd decl, defined in checklst.cpp
 
 class WXDLLEXPORT wxCheckListBox : public wxCheckListBoxBase
 {