From b254d1fe03c3ef822d029479de9fd81015c4a2fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 2 Jan 2003 22:49:50 +0000 Subject: [PATCH] mark wxImage's wxBitmap functions as deprecated git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/image.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/image.h b/include/wx/image.h index ea439aab62..257fd9773b 100644 --- a/include/wx/image.h +++ b/include/wx/image.h @@ -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 -- 2.45.2