src/cx/mempool.h

changeset 890
54565fd74e74
parent 759
475335643af4
--- a/src/cx/mempool.h	Wed Sep 18 00:02:18 2024 +0200
+++ b/src/cx/mempool.h	Sat Sep 28 15:47:28 2024 +0200
@@ -52,7 +52,7 @@
  */
 struct cx_mempool_s {
     /** The provided allocator. */
-    CxAllocator const *allocator;
+    const CxAllocator *allocator;
 
     /**
      * A destructor that shall be automatically registered for newly allocated memory.

mercurial