Make web sample XPMs const to fix compiler warnings on gcc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2011-08-01 12:54:09 +00:00
parent bd6f9534d6
commit 888b6835d8
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/* XPM */
static char * refresh_xpm[] = {
static const char * refresh_xpm[] = {
"24 24 207 2",
" c None",
". c #3162A2",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char * stop_xpm[] = {
static const char * stop_xpm[] = {
"24 24 304 2",
" c None",
". c #920F0F",

View File

@@ -1,5 +1,5 @@
/* XPM */
static char * wxlogo_xpm[] = {
static const char * wxlogo_xpm[] = {
"24 24 57 1",
" c None",
". c #000006",