]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynarray.h
added wxFont::IsFixedWidth(), documented it and implemented for wxGTK/Motif
[wxWidgets.git] / include / wx / dynarray.h
index 9a00c3a7bdc86aa2ff34aeec0a5d18ebdedade1b..e010339d8b113dadc3683a362ad7698936940948 100644 (file)
  callback compare function for quick sort
  must return negative value, 0 or positive value if pItem1 <, = or > pItem2
  */
+extern "C"
+{
 typedef int (wxCMPFUNC_CONV *CMPFUNC)(const void* pItem1, const void* pItem2);
+}
 
 // ----------------------------------------------------------------------------
 /**