// 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:
/*
protected:
WXHIMAGELIST m_hImageList;
- DECLARE_DYNAMIC_CLASS(wxImageList)
+ DECLARE_DYNAMIC_CLASS_NO_COPY(wxImageList)
};
#endif