From: Mattia Barbon Date: Sat, 7 Aug 2004 21:24:02 +0000 (+0000) Subject: Unhide function from superclass. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/14baddc9b862a51e551df4b6f2e313f2bc8a392a?ds=inline Unhide function from superclass. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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