summaryrefslogtreecommitdiff
path: root/src/parse/important.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/important.h')
-rw-r--r--src/parse/important.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/important.h b/src/parse/important.h
index ba5e118..e939c4b 100644
--- a/src/parse/important.h
+++ b/src/parse/important.h
@@ -12,7 +12,7 @@
#include "parse/language.h"
css_error css__parse_important(css_language *c,
- const parserutils_vector *vector, int *ctx,
+ const parserutils_vector *vector, int32_t *ctx,
uint8_t *result);
void css__make_style_important(css_style *style);