summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/gui.h2
1 files changed, 1 insertions, 1 deletions
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);