From ba059d80b40d7f1f249afa17b57d682f8b0e8b93 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 3 Jul 1999 21:13:47 +0000 Subject: [PATCH] wxList::SortFunc prototype corrected git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/list.h b/include/wx/list.h index 01eddf8190..c7d31658c4 100644 --- a/include/wx/list.h +++ b/include/wx/list.h @@ -349,7 +349,7 @@ private: // retrieved from it. #define WX_DECLARE_LIST_3(T, Tbase, name, nodetype) \ - typedef int (*wxSortFuncFor_##name)(const T *, const T *); \ + typedef int (*wxSortFuncFor_##name)(const T **, const T **); \ \ class WXDLLEXPORT nodetype : public wxNodeBase \ { \ -- 2.45.2