add single instance mode
[uwplayer.git] / ucx / cx / array_list.h
index 65ccc1e..62e564f 100644 (file)
@@ -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
 );