X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f03fc89fff2d6e823e7d4d14fbe14822ad6777b1..24463897d53e1e24414e3ea5c68badf93fcd3903:/include/wx/list.h 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 \ { \