X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/5cb490b04836ef624cdd0ba975ee5c2ff2e51a23..HEAD:/ucx/cx/array_list.h diff --git a/ucx/cx/array_list.h b/ucx/cx/array_list.h index 65ccc1e..62e564f 100644 --- a/ucx/cx/array_list.h +++ b/ucx/cx/array_list.h @@ -165,7 +165,7 @@ void cx_array_swap( */ CxList *cxArrayListCreate( CxAllocator const *allocator, - CxListComparator comparator, + cx_compare_func comparator, size_t item_size, size_t initial_capacity );