summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/html.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mupdf/html.h b/include/mupdf/html.h
index 7a9a192d..14966c47 100644
--- a/include/mupdf/html.h
+++ b/include/mupdf/html.h
@@ -177,6 +177,7 @@ struct fz_html_s
fz_css_style style;
int list_item;
int is_first_flow; /* for text-indent */
+ fz_pool *pool; /* pool allocator for this html tree (only set for root block) */
};
enum