]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/utilscmn.cpp
Compilation fix for AIX: fix the name of wxGetservBuf ctor.
[wxWidgets.git] / src / common / utilscmn.cpp
index 17b6eb5879c2191e20e90a96d9c1fea88ef84f68..389c87769bf41cca07422112a4d6cd5f452907c4 100644 (file)
@@ -815,7 +815,7 @@ typedef struct
       stack size is needed (actually O(1) in this case)!  */
 
 void wxQsort(void *const pbase, size_t total_elems,
-                             size_t size, CMPFUNCDATA cmp, const void* user_data)
+             size_t size, wxSortCallback cmp, const void* user_data)
 {
   register char *base_ptr = (char *) pbase;
   const size_t max_thresh = MAX_THRESH * size;