tests/test_tree.c

changeset 1180
4c3a69b9723a
parent 993
b642eca4b956
--- a/tests/test_tree.c	Mon Feb 10 21:30:51 2025 +0100
+++ b/tests/test_tree.c	Mon Feb 10 20:59:02 2025 +0100
@@ -56,7 +56,7 @@
 
 static void *tree_node_file_create(
         const void *dptr,
-        void *allocator) {
+        const void *allocator) {
     if (allocator == NULL) allocator = cxDefaultAllocator;
 
     tree_node_file *node = cxMalloc(allocator, sizeof(tree_node_file));

mercurial