Use const for xpm icons

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-11-09 09:06:22 +00:00
parent a8bfbebf9c
commit b5ebc17b7a
9 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
/* XPM */
static char *open_xpm[] = {
static const char *open_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 36 1",
", c #AAC1E8",