aboutsummaryrefslogtreecommitdiff
path: root/src/cssparser.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-11 21:14:56 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-11 21:14:56 +0100
commit03db8e9c8242ee8e25fe3fb5b64d763b37636dbf (patch)
tree17cbfdb1ef9c1498f634a94bc7080d1ab8971ed9 /src/cssparser.hh
parent3db219136938c0d9d23ba30d9a660b1b810a3f7d (diff)
more fixes
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 b5fce22b..a1feb473 100644
--- a/src/cssparser.hh
+++ b/src/cssparser.hh
@@ -4,7 +4,7 @@
/* The last three ones are never parsed. */
#define CSS_NUM_INTERNAL_PROPERTIES 3
#define CSS_NUM_PARSED_PROPERTIES \
- (CSS_PROPERTY_LAST - CSS_NUM_INTERNAL_PROPERTIES)
+ (CssProperty::CSS_PROPERTY_LAST - CSS_NUM_INTERNAL_PROPERTIES)
typedef enum {