src/cx/array_list.h

changeset 677
b09aae58bba4
parent 670
4ad8ea3aee49
child 759
475335643af4
--- a/src/cx/array_list.h	Fri Apr 07 11:30:28 2023 +0200
+++ b/src/cx/array_list.h	Sun Apr 09 19:03:58 2023 +0200
@@ -165,7 +165,7 @@
  */
 CxList *cxArrayListCreate(
         CxAllocator const *allocator,
-        CxListComparator comparator,
+        cx_compare_func comparator,
         size_t item_size,
         size_t initial_capacity
 );

mercurial