summaryrefslogtreecommitdiff
path: root/src/treebuilder/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/treebuilder/internal.h')
-rw-r--r--src/treebuilder/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/treebuilder/internal.h b/src/treebuilder/internal.h
index 823ed01..2b20fbf 100644
--- a/src/treebuilder/internal.h
+++ b/src/treebuilder/internal.h
@@ -124,7 +124,7 @@ struct hubbub_treebuilder
hubbub_error_handler error_handler; /**< Error handler */
void *error_pw; /**< Error handler data */
- hubbub_alloc alloc; /**< Memory (de)allocation function */
+ hubbub_allocator_fn alloc; /**< Memory (de)allocation function */
void *alloc_pw; /**< Client private data */
};