aboutsummaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/css.hh')
-rw-r--r--src/css.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css.hh b/src/css.hh
index c5b87fed..515831e9 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -238,7 +238,7 @@ class CssSelector {
void addSimpleSelector (Combinator c,
int element = CssSimpleSelector::ELEMENT_ANY,
const char *klass = NULL,
- const char *pseudo = NULL, const char *id = NULL);
+ const char *pseudo = NULL, const char *id=NULL);
inline CssSimpleSelector *top () {
return &selectorList->getRef (selectorList->size () - 1)->selector;
};