diff options
Diffstat (limited to 'src/css.hh')
-rw-r--r-- | src/css.hh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ typedef enum { } CssPropertyName; typedef union { - int intVal; + int32_t intVal; char *strVal; } CssPropertyValue; |