summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/system_colour.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/system_colour.c b/gtk/system_colour.c
index ec40947c0..9c58b915e 100644
--- a/gtk/system_colour.c
+++ b/gtk/system_colour.c
@@ -250,7 +250,7 @@ void gui_system_colour_finalize(void)
}
}
-colour gui_system_colour_char(char *name)
+colour gui_system_colour_char(const char *name)
{
colour ret = 0xff00000;
unsigned int ccount;