X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/24af522c4378db219f13146f8bfe22fe790aad0f..e143fb636d50d5802dcc8c7c2e9e8e2944afa467:/include/wx/iconbndl.h diff --git a/include/wx/iconbndl.h b/include/wx/iconbndl.h index c3f50a170f..f32db6f3e3 100644 --- a/include/wx/iconbndl.h +++ b/include/wx/iconbndl.h @@ -17,6 +17,10 @@ #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, // if you need them, you have to load them manually and call // wxIconCollection::AddIcon @@ -78,7 +82,7 @@ public: } ) - wxDEPRECATED( wxIconBundle(const wxString& file, long type) + wxDEPRECATED_CONSTRUCTOR( wxIconBundle (const wxString& file, long type) { AddIcon(file, (wxBitmapType)type); }