aboutsummaryrefslogtreecommitdiff
path: root/src/cssparser.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-02-06 20:59:22 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-02-06 20:59:22 +0100
commit448efdf236c5224047250af97238279f8f29a2aa (patch)
treeae23b2ca721972bc89904da3fe13abfb96e221d3 /src/cssparser.hh
parentc34bff4996a888b92e6d546b82a388f787325470 (diff)
switch font-weight handling to new multi type system
Diffstat (limited to 'src/cssparser.hh')
-rw-r--r--src/cssparser.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cssparser.hh b/src/cssparser.hh
index 2b083df5..7fd3b5d0 100644
--- a/src/cssparser.hh
+++ b/src/cssparser.hh
@@ -18,7 +18,7 @@ typedef enum {
typedef struct {
const char *symbol;
- const CssValueType type[2];
+ const CssValueType type[3];
const char *const *enum_symbols;
} CssPropertyInfo;