diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-02-06 18:23:54 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-02-06 18:23:54 +0100 |
commit | bc624c1fdb57712c71fa3c98b562924a5a27e32b (patch) | |
tree | 8b59cd173065eb0966a1077a98acccfc118cdcc5 /src/cssparser.hh | |
parent | 1326c5a9c7d5a7449c85c26cc286936f15cde3c1 (diff) |
allow multiple types for CSS properties
Diffstat (limited to 'src/cssparser.hh')
-rw-r--r-- | src/cssparser.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cssparser.hh b/src/cssparser.hh index b10595fb..ccc0029e 100644 --- a/src/cssparser.hh +++ b/src/cssparser.hh @@ -44,7 +44,7 @@ typedef enum { typedef struct { const char *symbol; - CssValueType type; + const CssValueType type[2]; const char *const *enum_symbols; } CssPropertyInfo; |