summaryrefslogtreecommitdiff
path: root/riscos/toolbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/toolbar.c')
-rw-r--r--riscos/toolbar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/toolbar.c b/riscos/toolbar.c
index bd76e23de..879d97853 100644
--- a/riscos/toolbar.c
+++ b/riscos/toolbar.c
@@ -1665,12 +1665,12 @@ void ro_toolbar_set_site_favicon(struct toolbar *toolbar,
/* This is an exported interface documented in toolbar.h */
void ro_toolbar_set_content_favicon(struct toolbar *toolbar,
- struct hlcache_handle *h)
+ struct gui_window *g)
{
if (toolbar == NULL || toolbar->url == NULL)
return;
- ro_gui_url_bar_set_content_favicon(toolbar->url, h);
+ ro_gui_url_bar_set_content_favicon(toolbar->url, g);
}