do not export compare functions in the wx ABI
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -477,7 +477,7 @@ int wxListBox::GetSelection() const
|
||||
return m_selections.IsEmpty() ? wxNOT_FOUND : m_selections[0];
|
||||
}
|
||||
|
||||
int wxCMPFUNC_CONV wxCompareInts(int *n, int *m)
|
||||
static int wxCMPFUNC_CONV wxCompareInts(int *n, int *m)
|
||||
{
|
||||
return *n - *m;
|
||||
}
|
||||
|
Reference in New Issue
Block a user