summaryrefslogtreecommitdiff
path: root/src/select/dispatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/dispatch.h')
-rw-r--r--src/select/dispatch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/select/dispatch.h b/src/select/dispatch.h
index a824d5e..9877458 100644
--- a/src/select/dispatch.h
+++ b/src/select/dispatch.h
@@ -37,8 +37,8 @@ extern struct prop_table {
const css_computed_style *child,
css_computed_style *result);
- uint32_t inherited : 1,
- group : 2;
+ unsigned int inherited : 1,
+ group : 2;
} prop_dispatch[CSS_N_PROPERTIES];
#endif