summaryrefslogtreecommitdiff
path: root/src/css.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/css.hh')
-rw-r--r--src/css.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css.hh b/src/css.hh
index db8db282..1d7dc547 100644
--- a/src/css.hh
+++ b/src/css.hh
@@ -225,7 +225,7 @@ typedef enum {
} CssPropertyName;
typedef union {
- int intVal;
+ int32_t intVal;
char *strVal;
} CssPropertyValue;