From 2442ce1bf1e2817d3328f171bc45927358b31236 Mon Sep 17 00:00:00 2001 From: Mattia Barbon <mbarbon@cpan.org> Date: Sat, 13 Dec 2003 16:59:31 +0000 Subject: [PATCH] Moved wxArrayString::GetStringArray() out of WXWIN_COMPATIBILITY_2_4 (at least until alternatives are available). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/arrstr.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/wx/arrstr.h b/include/wx/arrstr.h index 34011d8df7..5eed53d2cc 100644 --- a/include/wx/arrstr.h +++ b/include/wx/arrstr.h @@ -151,13 +151,11 @@ public: return Item(Count() - 1); } -#if WXWIN_COMPATIBILITY_2_4 // return a wxString[], useful for the controls which // take one in their ctor. You must delete[] it yourself // once you are done with it. Will return NULL if the // ArrayString was empty. wxString* GetStringArray() const; -#endif // item management // Search the element in the array, starting from the beginning if -- 2.47.2