From 82805f72e69af367317f83a5674590fd92b4572f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 24 Feb 2020 19:18:20 +0000 Subject: Browser window: Rework constification of bw for show_certificates. --- include/netsurf/browser_window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/netsurf/browser_window.h b/include/netsurf/browser_window.h index e463dfa49..73ca8e81b 100644 --- a/include/netsurf/browser_window.h +++ b/include/netsurf/browser_window.h @@ -817,6 +817,6 @@ nserror browser_window_show_cookies( * \return NSERROR_OK, or appropriate error otherwise. */ nserror browser_window_show_certificates( - const struct browser_window *bw); + struct browser_window *bw); #endif -- cgit v1.2.3