X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d2cb636a1f81e4a1364559cca7e8179faa85f7a2..9861dc94bb77920f9c83dc16b7daba985861a7b9:/include/wx/iconbndl.h diff --git a/include/wx/iconbndl.h b/include/wx/iconbndl.h index e7db074bad..f2161aff35 100644 --- a/include/wx/iconbndl.h +++ b/include/wx/iconbndl.h @@ -80,7 +80,7 @@ public: } ) - wxDEPRECATED( wxIconBundle(const wxString& file, long type) + wxDEPRECATED_CONSTRUCTOR( wxIconBundle (const wxString& file, long type) { AddIcon(file, (wxBitmapType)type); }