src/cx/hash_map.h

changeset 691
65baf7f45ac8
parent 677
b09aae58bba4
child 696
1ba4ec2e7a89
     1.1 --- a/src/cx/hash_map.h	Fri Apr 21 18:38:18 2023 +0200
     1.2 +++ b/src/cx/hash_map.h	Fri Apr 21 19:50:43 2023 +0200
     1.3 @@ -84,7 +84,7 @@
     1.4   */
     1.5  __attribute__((__nonnull__, __warn_unused_result__))
     1.6  CxMap *cxHashMapCreate(
     1.7 -        CxAllocator *allocator,
     1.8 +        CxAllocator const *allocator,
     1.9          size_t itemsize,
    1.10          size_t buckets
    1.11  );

mercurial