src/cx/hash_map.h

changeset 890
54565fd74e74
parent 855
35bcb3216c0d
--- 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
 );

mercurial