X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/385bcb35457eb086ca249ce6dfc161e354ecc7b7..1ecffbff714ff707ded9266bf27c3347946cbcd9:/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 \ { \