summaryrefslogtreecommitdiff
path: root/src/stylesheet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.c')
-rw-r--r--src/stylesheet.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stylesheet.c b/src/stylesheet.c
index eb8de29..fa32d76 100644
--- a/src/stylesheet.c
+++ b/src/stylesheet.c
@@ -278,7 +278,8 @@ css_error css_stylesheet_set_disabled(css_stylesheet *sheet, bool disabled)
* \return Pointer to selector object, or NULL on failure
*/
css_selector *css_stylesheet_selector_create(css_stylesheet *sheet,
- css_selector_type type, css_string *name, css_string *value)
+ css_selector_type type, const css_string *name,
+ const css_string *value)
{
css_selector *sel;