]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/list.h
Corrected some more docs,
[wxWidgets.git] / 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                          \
     {                                                                       \