diff -r f549fd9fbd8f -r 54565fd74e74 src/cx/hash_map.h --- a/src/cx/hash_map.h Wed Sep 18 00:02:18 2024 +0200 +++ b/src/cx/hash_map.h Sat Sep 28 15:47:28 2024 +0200 @@ -83,7 +83,7 @@ */ __attribute__((__nonnull__, __warn_unused_result__)) CxMap *cxHashMapCreate( - CxAllocator const *allocator, + const CxAllocator *allocator, size_t itemsize, size_t buckets );