]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/imaglist.h
use wxUIntPtr instead of long for 3rd parameter of wxListCtrl::SortItems() to allow...
[wxWidgets.git] / include / wx / msw / imaglist.h
index 2da13484ac99d4032552a21f682ba6835fa3de61..73fc9df7294f045c09d5a04e4fcee0a91546e3ef 100644 (file)
@@ -18,7 +18,7 @@
 // now, the app must take care of ownership issues. That is, the
 // image lists must be explicitly deleted after the control(s) that uses them
 // is (are) deleted, or when the app exits.
-class WXDLLEXPORT wxImageList : public wxObject
+class WXDLLIMPEXP_CORE wxImageList : public wxObject
 {
 public:
   /*
@@ -199,7 +199,7 @@ public:
 protected:
   WXHIMAGELIST m_hImageList;
 
-  DECLARE_DYNAMIC_CLASS(wxImageList)
+  DECLARE_DYNAMIC_CLASS_NO_COPY(wxImageList)
 };
 
 #endif