]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/list.h
removed a :: from WX_CLEAR_HASHMAP
[wxWidgets.git] / include / wx / list.h
index 8e1d5169ebc3c223cf7c28ec5adcff8f0ea4b933..247b602e34e72b1b4cfa3d6859c3b0e3b42cd8bc 100644 (file)
@@ -54,6 +54,7 @@
 // type of compare function for list sort operation (as in 'qsort'): it should
 // return a negative value, 0 or positive value if the first element is less
 // than, equal or greater than the second
+
 extern "C"
 {
 typedef int (* LINKAGEMODE wxSortCompareFunction)(const void *elem1, const void *elem2);