summaryrefslogtreecommitdiff
path: root/include/libcss
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcss')
-rw-r--r--include/libcss/stylesheet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libcss/stylesheet.h b/include/libcss/stylesheet.h
index 8ef530e..86a0917 100644
--- a/include/libcss/stylesheet.h
+++ b/include/libcss/stylesheet.h
@@ -136,7 +136,7 @@ typedef struct css_stylesheet_params {
void *font_pw;
} css_stylesheet_params;
-css_error css_stylesheet_create(css_stylesheet_params *params,
+css_error css_stylesheet_create(const css_stylesheet_params *params,
css_allocator_fn alloc, void *alloc_pw,
css_stylesheet **stylesheet);
css_error css_stylesheet_destroy(css_stylesheet *sheet);