summaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index f1fb3fb..2b5860f 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -170,7 +170,7 @@ struct css_stylesheet {
parserutils_hash *dictionary; /**< String dictionary */
- css_alloc alloc; /**< Allocation function */
+ css_allocator_fn alloc; /**< Allocation function */
void *pw; /**< Private word */
};