X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f0ff178513f59471bfce85cf6d7a78f4f4818ab..4db3c8ac631546f9b695e7590eaa4cb2805a1145:/include/wx/stream.h diff --git a/include/wx/stream.h b/include/wx/stream.h index 5799895fe0..41d8b5372f 100644 --- a/include/wx/stream.h +++ b/include/wx/stream.h @@ -87,8 +87,8 @@ public: #if WXWIN_COMPATIBILITY_2_2 // deprecated, for compatibility only - wxStreamError LastError() const { return m_lasterror; } - size_t StreamSize() const { return GetSize(); } + wxDEPRECATED( wxStreamError LastError() const ); + wxDEPRECATED( size_t StreamSize() const ); #endif // WXWIN_COMPATIBILITY_2_2 protected: