]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/listbox.cpp
moved the check for correct implementation of wxEvent::Clone() to a unit test from...
[wxWidgets.git] / src / univ / listbox.cpp
index 8297decc68c188c619fd014264b2f36455933b10..baa5f5924eef1c1751fdbf095f3a16961c7e7fcd 100644 (file)
@@ -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;
 }