summaryrefslogtreecommitdiff
path: root/css/css.h
diff options
context:
space:
mode:
Diffstat (limited to 'css/css.h')
-rw-r--r--css/css.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/css.h b/css/css.h
index c95f87053..e192b969c 100644
--- a/css/css.h
+++ b/css/css.h
@@ -36,8 +36,8 @@ struct nscss_import;
struct content_css_data
{
css_stylesheet *sheet; /**< Stylesheet object */
-
- uint32_t import_count; /**< Number of sheets imported */
+ char *charset; /**< Character set of stylesheet */
+ uint32_t import_count; /**< Number of sheets imported */
struct nscss_import *imports; /**< Array of imported sheets */
};