aboutsummaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/css.hh')
-rw-r--r--src/css.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/css.hh b/src/css.hh
index 18a6016f..e899816c 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -339,7 +339,8 @@ class CssContext {
CssContext ();
~CssContext ();
- void addRule (CssRule *rule, CssPrimaryOrder order);
+ void addRule (CssSelector *sel, CssPropertyList *props,
+ CssPrimaryOrder order);
void apply (CssPropertyList *props,
Doctree *docTree,
CssPropertyList *tagStyle, CssPropertyList *nonCssHints);