summaryrefslogtreecommitdiffstats
path: root/Gui/skin/skin.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/skin/skin.c')
-rw-r--r--Gui/skin/skin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/skin/skin.c b/Gui/skin/skin.c
index 123af0944c..852d3bdab6 100644
--- a/Gui/skin/skin.c
+++ b/Gui/skin/skin.c
@@ -586,7 +586,7 @@ int cmd_decoration( char * in )
typedef struct
{
- char * name;
+ const char * name;
int (*func)( char * in );
} _item;