Hi All,
After updating to svn trunk r7240, I get errors when compiling ThreadSearch:
C:\Work\codeblocks_trunk\src\plugins\contrib\ThreadSearch\ThreadSearchLoggerList.cpp: In member function 'void ThreadSearchLoggerList::OnColumnClick(wxListEvent&)':
C:\Work\codeblocks_trunk\src\plugins\contrib\ThreadSearch\ThreadSearchLoggerList.cpp:630:94: error: invalid conversion from 'int (*)(long int, long int, long int)' to 'int (*)(long int, long int, long int)'
C:\Work\codeblocks_trunk\src\plugins\contrib\ThreadSearch\ThreadSearchLoggerList.cpp:630:94: error: initializing argument 1 of 'bool wxListCtrl::SortItems(int (*)(long int, long int, long int), long int)'
C:\Work\codeblocks_trunk\src\plugins\contrib\ThreadSearch\ThreadSearchLoggerList.cpp:679:108: error: invalid conversion from 'int (*)(long int, long int, long int)' to 'int (*)(long int, long int, long int)'
C:\Work\codeblocks_trunk\src\plugins\contrib\ThreadSearch\ThreadSearchLoggerList.cpp:679:108: error: initializing argument 1 of 'bool wxListCtrl::SortItems(int (*)(long int, long int, long int), long int)'
C:\Work\codeblocks_trunk\src\plugins\contrib\ThreadSearch\ThreadSearchLoggerList.cpp:681:106: error: invalid conversion from 'int (*)(long int, long int, long int)' to 'int (*)(long int, long int, long int)'
C:\Work\codeblocks_trunk\src\plugins\contrib\ThreadSearch\ThreadSearchLoggerList.cpp:681:106: error: initializing argument 1 of 'bool wxListCtrl::SortItems(int (*)(long int, long int, long int), long int)'
C:\Work\codeblocks_trunk\src\plugins\contrib\ThreadSearch\ThreadSearchLoggerList.cpp:716:94: error: invalid conversion from 'int (*)(long int, long int, long int)' to 'int (*)(long int, long int, long int)'
C:\Work\codeblocks_trunk\src\plugins\contrib\ThreadSearch\ThreadSearchLoggerList.cpp:716:94: error: initializing argument 1 of 'bool wxListCtrl::SortItems(int (*)(long int, long int, long int), long int)'
Am I doing something wrong here? Any ideas?