From eb189092c761f0ba0485c4cd19477c0a578089f9 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 27 Mar 2012 10:47:29 +0000 Subject: Constify param to gui_system_colour_char function. svn path=/trunk/netsurf/; revision=13737 --- desktop/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/gui.h') diff --git a/desktop/gui.h b/desktop/gui.h index 0d3216e9b..85f1015eb 100644 --- a/desktop/gui.h +++ b/desktop/gui.h @@ -161,7 +161,7 @@ nsurl* gui_get_resource_url(const char *path); css_error gui_system_colour(void *pw, lwc_string *name, css_color *color); /** Obtain a named system colour from a frontend. */ -colour gui_system_colour_char(char *name); +colour gui_system_colour_char(const char *name); bool gui_system_colour_init(void); void gui_system_colour_finalize(void); -- cgit v1.2.3