]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/string.cpp
made the alphabetic class order more alphabetic
[wxWidgets.git] / src / common / string.cpp
index b1349cf7316ea4fb1b3fdb2e2176b423667242ac..6bc1683a231dd9be84803472d10b0c8b5c94a253 100644 (file)
@@ -2240,7 +2240,8 @@ static wxArrayString::CompareFunction gs_compareFunction = NULL;
 static bool gs_sortAscending = TRUE;
 
 // function which is called by quick sort
-static int LINKAGEMODE wxStringCompareFunction(const void *first, const void *second)
+extern "C" int LINKAGEMODE
+wxStringCompareFunction(const void *first, const void *second)
 {
   wxString *strFirst = (wxString *)first;
   wxString *strSecond = (wxString *)second;