add const attribute to avoid lots of warnings from GCC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi 2009-01-09 15:48:13 +00:00
parent 61b056a72b
commit 545afdcd41
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/* XPM */
static char *chrt_xpm[] = {
static const char *chrt_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 11 1",
" c black",

View File

@ -1,5 +1,5 @@
/* XPM */
static char *doc_xpm[] = {
static const char *doc_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 5 1",
" c black",

View File

@ -1,5 +1,5 @@
/* XPM */
static char *notepad_xpm[] = {
static const char *notepad_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 5 1",
" c black",