From 33fe0faab6d664a12330ac61a96499970ce3cc94 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 23 May 2020 20:58:42 +0100 Subject: beos: Add NULL so present_cookies is filled Signed-off-by: Daniel Silverstone --- frontends/beos/gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends') diff --git a/frontends/beos/gui.cpp b/frontends/beos/gui.cpp index 74a536522..cbfe352c8 100644 --- a/frontends/beos/gui.cpp +++ b/frontends/beos/gui.cpp @@ -997,6 +997,7 @@ static struct gui_misc_table beos_misc_table = { gui_launch_url, NULL, //401login NULL, // pdf_password (if we have Haru support) + NULL, // present_cookies }; -- cgit v1.2.3