X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d2cb636a1f81e4a1364559cca7e8179faa85f7a2..e2cb366f612460ba70fb12560c112fef2d8389dd:/include/wx/iconbndl.h diff --git a/include/wx/iconbndl.h b/include/wx/iconbndl.h index e7db074bad..f32db6f3e3 100644 --- a/include/wx/iconbndl.h +++ b/include/wx/iconbndl.h @@ -17,6 +17,8 @@ #include "wx/gdicmn.h" #include "wx/icon.h" +#include "wx/dynarray.h" + WX_DECLARE_EXPORTED_OBJARRAY(wxIcon, wxIconArray); // this class can't load bitmaps of type wxBITMAP_TYPE_ICO_RESOURCE, @@ -80,7 +82,7 @@ public: } ) - wxDEPRECATED( wxIconBundle(const wxString& file, long type) + wxDEPRECATED_CONSTRUCTOR( wxIconBundle (const wxString& file, long type) { AddIcon(file, (wxBitmapType)type); }