diff --git a/Source/Core/DolphinWX/resources/toolbar_browse.xpm b/Source/Core/DolphinWX/resources/toolbar_browse.xpm index aad717ae28..1c4ea9fb26 100644 --- a/Source/Core/DolphinWX/resources/toolbar_browse.xpm +++ b/Source/Core/DolphinWX/resources/toolbar_browse.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *toolbar_browse_xpm[] = { +static const char *toolbar_browse_xpm[] = { /* columns rows colors chars-per-pixel */ "48 48 148 2", " c #14100F", diff --git a/Source/Core/DolphinWX/resources/toolbar_file_open.xpm b/Source/Core/DolphinWX/resources/toolbar_file_open.xpm index eae6ab97bb..74ed5a17e3 100644 --- a/Source/Core/DolphinWX/resources/toolbar_file_open.xpm +++ b/Source/Core/DolphinWX/resources/toolbar_file_open.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *toolbar_file_open_xpm[] = { +static const char *toolbar_file_open_xpm[] = { /* columns rows colors chars-per-pixel */ "48 48 87 1", " c #B09454", diff --git a/Source/Core/DolphinWX/resources/toolbar_fullscreen.xpm b/Source/Core/DolphinWX/resources/toolbar_fullscreen.xpm index 1d548ea8cb..8d492ca57e 100644 --- a/Source/Core/DolphinWX/resources/toolbar_fullscreen.xpm +++ b/Source/Core/DolphinWX/resources/toolbar_fullscreen.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *toolbar_fullscreen_xpm[] = { +static const char *toolbar_fullscreen_xpm[] = { /* columns rows colors chars-per-pixel */ "48 48 78 1", " c #0EA437", diff --git a/Source/Core/DolphinWX/resources/toolbar_help.xpm b/Source/Core/DolphinWX/resources/toolbar_help.xpm index 4f6a4a5c09..cdf5d7a9cb 100644 --- a/Source/Core/DolphinWX/resources/toolbar_help.xpm +++ b/Source/Core/DolphinWX/resources/toolbar_help.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *toolbar_help_xpm[] = { +static const char *toolbar_help_xpm[] = { /* columns rows colors chars-per-pixel */ "48 48 229 2", " c #121F74", diff --git a/Source/Core/DolphinWX/resources/toolbar_pause.xpm b/Source/Core/DolphinWX/resources/toolbar_pause.xpm index 194de3dc59..6ec80f7ec8 100644 --- a/Source/Core/DolphinWX/resources/toolbar_pause.xpm +++ b/Source/Core/DolphinWX/resources/toolbar_pause.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *toolbar_pause_xpm[] = { +static const char *toolbar_pause_xpm[] = { /* columns rows colors chars-per-pixel */ "48 48 94 2", " c #96140D", diff --git a/Source/Core/DolphinWX/resources/toolbar_play.xpm b/Source/Core/DolphinWX/resources/toolbar_play.xpm index eecd985e2b..e7bae8dc84 100644 --- a/Source/Core/DolphinWX/resources/toolbar_play.xpm +++ b/Source/Core/DolphinWX/resources/toolbar_play.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *toolbar_play_xpm[] = { +static const char *toolbar_play_xpm[] = { /* columns rows colors chars-per-pixel */ "48 48 95 2", " c #9D0F08", diff --git a/Source/Core/DolphinWX/resources/toolbar_play_dis.xpm b/Source/Core/DolphinWX/resources/toolbar_play_dis.xpm index a845bfb44d..a1ae787829 100644 --- a/Source/Core/DolphinWX/resources/toolbar_play_dis.xpm +++ b/Source/Core/DolphinWX/resources/toolbar_play_dis.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *toolbar_play_dis_xpm[] = { +static const char *toolbar_play_dis_xpm[] = { /* columns rows colors chars-per-pixel */ "48 48 82 1", " c #566067", diff --git a/Source/Core/DolphinWX/resources/toolbar_plugin_dsp.xpm b/Source/Core/DolphinWX/resources/toolbar_plugin_dsp.xpm index 4ffe29b1da..3d84871078 100644 --- a/Source/Core/DolphinWX/resources/toolbar_plugin_dsp.xpm +++ b/Source/Core/DolphinWX/resources/toolbar_plugin_dsp.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *toolbar_plugin_dsp_xpm[] = { +static const char *toolbar_plugin_dsp_xpm[] = { /* columns rows colors chars-per-pixel */ "48 48 249 2", " c #3C3937", diff --git a/Source/Core/DolphinWX/resources/toolbar_plugin_gfx.xpm b/Source/Core/DolphinWX/resources/toolbar_plugin_gfx.xpm index b1d0ba0fda..aa147a96a6 100644 --- a/Source/Core/DolphinWX/resources/toolbar_plugin_gfx.xpm +++ b/Source/Core/DolphinWX/resources/toolbar_plugin_gfx.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *toolbar_plugin_gfx_xpm[] = { +static const char *toolbar_plugin_gfx_xpm[] = { /* columns rows colors chars-per-pixel */ "48 48 256 2", " c #0C4F95", diff --git a/Source/Core/DolphinWX/resources/toolbar_plugin_options.xpm b/Source/Core/DolphinWX/resources/toolbar_plugin_options.xpm index 74eaca3bed..d858e78f13 100644 --- a/Source/Core/DolphinWX/resources/toolbar_plugin_options.xpm +++ b/Source/Core/DolphinWX/resources/toolbar_plugin_options.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *toolbar_plugin_options_xpm[] = { +static const char *toolbar_plugin_options_xpm[] = { /* columns rows colors chars-per-pixel */ "48 48 58 1", " c #666463", diff --git a/Source/Core/DolphinWX/resources/toolbar_plugin_options_dis.xpm b/Source/Core/DolphinWX/resources/toolbar_plugin_options_dis.xpm index 39eace8e10..1151dc4bdb 100644 --- a/Source/Core/DolphinWX/resources/toolbar_plugin_options_dis.xpm +++ b/Source/Core/DolphinWX/resources/toolbar_plugin_options_dis.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *toolbar_plugin_options_dis_xpm[] = { +static const char *toolbar_plugin_options_dis_xpm[] = { /* columns rows colors chars-per-pixel */ "48 48 223 2", " c #6A6766", diff --git a/Source/Core/DolphinWX/resources/toolbar_plugin_pad.xpm b/Source/Core/DolphinWX/resources/toolbar_plugin_pad.xpm index f7782f6072..ea09e14ab3 100644 --- a/Source/Core/DolphinWX/resources/toolbar_plugin_pad.xpm +++ b/Source/Core/DolphinWX/resources/toolbar_plugin_pad.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *toolbar_plugin_pad_xpm[] = { +static const char *toolbar_plugin_pad_xpm[] = { /* columns rows colors chars-per-pixel */ "48 48 174 2", " c #78110C", diff --git a/Source/Core/DolphinWX/resources/toolbar_refresh.xpm b/Source/Core/DolphinWX/resources/toolbar_refresh.xpm index 0a9d19e351..51f6897f57 100644 --- a/Source/Core/DolphinWX/resources/toolbar_refresh.xpm +++ b/Source/Core/DolphinWX/resources/toolbar_refresh.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *toolbar_refresh_xpm[] = { +static const char *toolbar_refresh_xpm[] = { /* columns rows colors chars-per-pixel */ "48 48 138 2", " c #990A02", diff --git a/Source/Core/DolphinWX/resources/toolbar_stop.xpm b/Source/Core/DolphinWX/resources/toolbar_stop.xpm index 74c04e4df1..c9fbb24767 100644 --- a/Source/Core/DolphinWX/resources/toolbar_stop.xpm +++ b/Source/Core/DolphinWX/resources/toolbar_stop.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *toolbar_stop_xpm[] = { +static const char *toolbar_stop_xpm[] = { /* columns rows colors chars-per-pixel */ "48 48 72 1", " c #96150D", diff --git a/Source/Core/DolphinWX/resources/toolbar_stop_dis.xpm b/Source/Core/DolphinWX/resources/toolbar_stop_dis.xpm index 615fd3693b..b7eee71ad6 100644 --- a/Source/Core/DolphinWX/resources/toolbar_stop_dis.xpm +++ b/Source/Core/DolphinWX/resources/toolbar_stop_dis.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *toolbar_stop_dis_xpm[] = { +static const char *toolbar_stop_dis_xpm[] = { /* columns rows colors chars-per-pixel */ "48 48 74 1", " c #566167", diff --git a/Source/Plugins/Plugin_nJoy_SDL/Src/GUI/Images/controller.xpm b/Source/Plugins/Plugin_nJoy_SDL/Src/GUI/Images/controller.xpm index f8909c3f89..e1b6102869 100644 --- a/Source/Plugins/Plugin_nJoy_SDL/Src/GUI/Images/controller.xpm +++ b/Source/Plugins/Plugin_nJoy_SDL/Src/GUI/Images/controller.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *ConfigBox_WxStaticBitmap1_XPM[]={ +static const char *ConfigBox_WxStaticBitmap1_XPM[]={ /* ConfigBox_WxStaticBitmap1 */ "421 304 256 2", " c black", diff --git a/Source/Plugins/Plugin_nJoy_SDL/Src/GUI/Images/njoy.xpm b/Source/Plugins/Plugin_nJoy_SDL/Src/GUI/Images/njoy.xpm index 6ac786a8c7..2214139485 100644 --- a/Source/Plugins/Plugin_nJoy_SDL/Src/GUI/Images/njoy.xpm +++ b/Source/Plugins/Plugin_nJoy_SDL/Src/GUI/Images/njoy.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *AboutBox_WxStaticBitmap1_XPM[]={ +static const char *AboutBox_WxStaticBitmap1_XPM[]={ /* AboutBox_WxStaticBitmap1 */ "200 60 3963 2", " c None",