summaryrefslogtreecommitdiff
path: root/src/stylesheet.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-10-19 12:22:13 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-10-19 12:22:13 +0000
commit0aa91129557556fcc8dbb92c699c641c161e777c (patch)
treebf6257ac5b621625b884536b848a01d99aa162dc /src/stylesheet.c
parentc2d6c66c89118cd9f32343ece82cb43e8687c7aa (diff)
downloadlibcss-0aa91129557556fcc8dbb92c699c641c161e777c.tar.gz
libcss-0aa91129557556fcc8dbb92c699c641c161e777c.tar.bz2
Finish selector list parsing
svn path=/trunk/libcss/; revision=5599
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;