wxList::SortFunc prototype corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
752c7d6bbd
commit
ba059d80b4
@ -349,7 +349,7 @@ private:
|
|||||||
// retrieved from it.
|
// retrieved from it.
|
||||||
|
|
||||||
#define WX_DECLARE_LIST_3(T, Tbase, name, nodetype) \
|
#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 \
|
class WXDLLEXPORT nodetype : public wxNodeBase \
|
||||||
{ \
|
{ \
|
||||||
|
Loading…
Reference in New Issue
Block a user