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 bf7d3c1d..61c1d12f 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -475,7 +475,8 @@ class CssContext {
CssPrimaryOrder order);
void apply (CssPropertyList *props,
Doctree *docTree, DoctreeNode *node,
- CssPropertyList *tagStyle, CssPropertyList *nonCssHints);
+ CssPropertyList *tagStyle, CssPropertyList *tagStyleImportant,
+ CssPropertyList *nonCssHints);
};
#endif