diff options
Diffstat (limited to 'beos')
-rw-r--r-- | beos/system_colour.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/system_colour.cpp b/beos/system_colour.cpp index 9c25d8f5e..cf47e1eda 100644 --- a/beos/system_colour.cpp +++ b/beos/system_colour.cpp @@ -326,7 +326,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; |