use const for xpm icons

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-11-09 08:52:52 +00:00
parent 2a74bd2763
commit f439853f8b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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