summaryrefslogtreecommitdiff
path: root/render/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.h')
-rw-r--r--render/html.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/html.h b/render/html.h
index b41406659..e18c33a2c 100644
--- a/render/html.h
+++ b/render/html.h
@@ -136,7 +136,7 @@ struct content_html_data {
/** Number of entries in stylesheet_content. */
unsigned int stylesheet_count;
/** Stylesheets. Each may be 0. */
- struct content **stylesheet_content;
+ struct nscss_import *stylesheets;
/**< Style selection context */
css_select_ctx *select_ctx;