X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c7896fd3fb263f6beee68f51b1e4676eb10fbab..c75d190a0ac1671b1d2af75ba8928716d77bf823:/include/wx/arrstr.h?ds=inline diff --git a/include/wx/arrstr.h b/include/wx/arrstr.h index 471dcd75ae..cd8e84c08d 100644 --- a/include/wx/arrstr.h +++ b/include/wx/arrstr.h @@ -160,7 +160,7 @@ public: // once you are done with it. Will return NULL if the // ArrayString was empty. #if WXWIN_COMPATIBILITY_2_4 - wxString* GetStringArray() const; + wxDEPRECATED( wxString* GetStringArray() const ); #endif // item management @@ -180,7 +180,7 @@ public: void Remove(const wxChar *sz); // remove item by index #if WXWIN_COMPATIBILITY_2_4 - void Remove(size_t nIndex, size_t nRemove = 1) { RemoveAt(nIndex, nRemove); } + wxDEPRECATED( void Remove(size_t nIndex, size_t nRemove = 1) ); #endif void RemoveAt(size_t nIndex, size_t nRemove = 1);