From bc624c1fdb57712c71fa3c98b562924a5a27e32b Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Fri, 6 Feb 2009 18:23:54 +0100 Subject: allow multiple types for CSS properties --- src/cssparser.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cssparser.hh') 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; -- cgit v1.2.3