From 14baddc9b862a51e551df4b6f2e313f2bc8a392a Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Sat, 7 Aug 2004 21:24:02 +0000 Subject: [PATCH] Unhide function from superclass. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/arrstr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/arrstr.h b/include/wx/arrstr.h index 11f32a466f..7e0ee7116a 100644 --- a/include/wx/arrstr.h +++ b/include/wx/arrstr.h @@ -47,6 +47,7 @@ public: void Sort(bool reverseOrder = false); void Sort(CompareFunction function); + void Sort(CMPFUNCwxString function) { wxArrayStringBase::Sort(function); } }; class WXDLLIMPEXP_BASE wxSortedArrayString : public wxSortedArrayStringBase -- 2.45.2