]> git.saurik.com Git - wxWidgets.git/commitdiff
wxList::SortFunc prototype corrected
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 3 Jul 1999 21:13:47 +0000 (21:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 3 Jul 1999 21:13:47 +0000 (21:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/list.h

index 01eddf8190c42140e75a4fbb582d68f4c9b78ccb..c7d31658c49aeebb16c9001e121ac62abc72e053 100644 (file)
@@ -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                          \
     {                                                                       \