From 1326c5a9c7d5a7449c85c26cc286936f15cde3c1 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Thu, 5 Feb 2009 19:23:33 +0100 Subject: move CssProperty::Name and CssProperty::Value out of CssProperty class --- src/cssparser.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cssparser.hh') diff --git a/src/cssparser.hh b/src/cssparser.hh index f88a780e..b10595fb 100644 --- a/src/cssparser.hh +++ b/src/cssparser.hh @@ -6,7 +6,7 @@ /* The last three ones are never parsed. */ #define CSS_NUM_INTERNAL_PROPERTIES 3 #define CSS_NUM_PARSED_PROPERTIES \ - (CssProperty::CSS_PROPERTY_LAST - CSS_NUM_INTERNAL_PROPERTIES) + (CSS_PROPERTY_LAST - CSS_NUM_INTERNAL_PROPERTIES) typedef enum { @@ -55,6 +55,6 @@ void a_Css_parse (CssContext *context, CssPropertyList *a_Css_parse_declaration(const char *buf, int buflen); -extern const CssPropertyInfo Css_property_info[CssProperty::CSS_PROPERTY_LAST]; +extern const CssPropertyInfo Css_property_info[CSS_PROPERTY_LAST]; #endif // __CSS_H__ -- cgit v1.2.3