summaryrefslogtreecommitdiff
path: root/src/html/html_document.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/html_document.c')
-rw-r--r--src/html/html_document.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html/html_document.c b/src/html/html_document.c
index d62714e..a2845aa 100644
--- a/src/html/html_document.c
+++ b/src/html/html_document.c
@@ -15,7 +15,7 @@
/* Create a HTMLDocument */
dom_exception dom_html_document_create(dom_alloc alloc, void *pw, dom_msg msg,
void *msg_pw,
- dom_events_default_action_fetcher daf, dom_ui_handler ui,
+ dom_events_default_action_fetcher daf, dom_ui_handler *ui,
dom_parser_type pt, dom_html_document **doc)
{
assert(alloc != NULL);
@@ -30,7 +30,7 @@ dom_exception dom_html_document_create(dom_alloc alloc, void *pw, dom_msg msg,
/* Initialise a HTMLDocument */
dom_exception _dom_html_document_initialise(dom_html_document *doc,
dom_alloc alloc, void *pw, dom_msg msg, void *msg_pw,
- dom_events_default_action_fetcher daf, dom_ui_handler ui,
+ dom_events_default_action_fetcher daf, dom_ui_handler *ui,
dom_parser_type pt)
{
UNUSED(doc);