X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..1bc822dfb5cdc24fd2d98b59ea20c9951301bfb1:/include/wx/image.h diff --git a/include/wx/image.h b/include/wx/image.h index 848f5e324a..257fd9773b 100644 --- a/include/wx/image.h +++ b/include/wx/image.h @@ -97,7 +97,7 @@ public: WX_DECLARE_EXPORTED_HASH_MAP(unsigned long, wxImageHistogramEntry, wxIntegerHash, wxIntegerEqual, - wxImageHistogram) + wxImageHistogram); //----------------------------------------------------------------------------- // wxImage @@ -122,8 +122,8 @@ public: #if WXWIN_COMPATIBILITY_2_2 && wxUSE_GUI // conversion to/from wxBitmap (deprecated, use wxBitmap's methods instead): - wxImage( const wxBitmap &bitmap ); - wxBitmap ConvertToBitmap() const; + wxDEPRECATED( wxImage(const wxBitmap &bitmap) ); + wxDEPRECATED( wxBitmap ConvertToBitmap() const ); #ifdef __WXGTK__ wxBitmap ConvertToMonoBitmap( unsigned char red, unsigned char green, unsigned char blue ) const; #endif