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:
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char * refresh_xpm[] = {
|
||||
static const char * refresh_xpm[] = {
|
||||
"24 24 207 2",
|
||||
" c None",
|
||||
". c #3162A2",
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char * stop_xpm[] = {
|
||||
static const char * stop_xpm[] = {
|
||||
"24 24 304 2",
|
||||
" c None",
|
||||
". c #920F0F",
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char * wxlogo_xpm[] = {
|
||||
static const char * wxlogo_xpm[] = {
|
||||
"24 24 57 1",
|
||||
" c None",
|
||||
". c #000006",
|
||||
|
Reference in New Issue
Block a user