diff -r f549fd9fbd8f -r 54565fd74e74 src/cx/mempool.h --- 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.