X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d1c7e8474ac6501f6ed39549b91c86eca9aae23..66db4345cfd449cc9a74f544916fab5e2a6b0e80:/include/wx/image.h diff --git a/include/wx/image.h b/include/wx/image.h index 3a6b0fdee1..b40f7d305d 100644 --- a/include/wx/image.h +++ b/include/wx/image.h @@ -440,7 +440,7 @@ public: static RGBValue HSVtoRGB(const HSVValue& hsv); #if WXWIN_COMPATIBILITY_2_8 - wxDEPRECATED( + wxDEPRECATED_CONSTRUCTOR( wxImage(const wxString& name, long type, int index = -1) { LoadFile(name, (wxBitmapType)type, index); @@ -448,7 +448,7 @@ public: ) #if wxUSE_STREAMS - wxDEPRECATED( + wxDEPRECATED_CONSTRUCTOR( wxImage(wxInputStream& stream, long type, int index = -1) { LoadFile(stream, (wxBitmapType)type, index);