summaryrefslogtreecommitdiff
path: root/desktop/gui_factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/gui_factory.c')
-rw-r--r--desktop/gui_factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/gui_factory.c b/desktop/gui_factory.c
index 9ce868235..b978210e8 100644
--- a/desktop/gui_factory.c
+++ b/desktop/gui_factory.c
@@ -532,7 +532,7 @@ static nserror gui_default_launch_url(struct nsurl *url)
return NSERROR_NO_FETCH_HANDLER;
}
-static void gui_default_create_form_select_menu(struct browser_window *bw,
+static void gui_default_create_form_select_menu(struct gui_window *g,
struct form_control *control)
{
}