aboutsummaryrefslogtreecommitdiff
path: root/src/cssparser.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cssparser.hh')
-rw-r--r--src/cssparser.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cssparser.hh b/src/cssparser.hh
index d2bf47b2..8e29d303 100644
--- a/src/cssparser.hh
+++ b/src/cssparser.hh
@@ -27,8 +27,8 @@ class CssParser {
CssTokenType ttype;
char tval[maxStrLen];
- bool within_block;
- bool space_separated; /* used when parsing CSS selectors */
+ bool withinBlock;
+ bool spaceSeparated; /* used when parsing CSS selectors */
CssParser(CssContext *context, CssOrigin origin,
const char *buf, int buflen);