src/cx/allocator.h

changeset 1593
0df5128ab675
parent 1554
91fb10c89611
--- a/src/cx/allocator.h	Sat Dec 13 16:47:07 2025 +0100
+++ b/src/cx/allocator.h	Sat Dec 13 20:44:57 2025 +0100
@@ -142,7 +142,7 @@
  * @return either the specified @p target, a pointer to the allocated memory,
  * or @c NULL, if any error occurred
  */
-typedef void*(cx_clone_func)(void *target, const void *source,
+typedef void*(*cx_clone_func)(void *target, const void *source,
                              const CxAllocator *allocator, void *data);
 
 /**

mercurial