Make the XPM text "const", to get rid of some compiler warnings.

svn path=/trunk/; revision=10981
This commit is contained in:
Guy Harris 2004-05-24 02:06:01 +00:00
parent a396513ad8
commit 9cccb951f0
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/* XPM */
static char * clist_ascend_xpm[] = {
static const char * clist_ascend_xpm[] = {
"4 4 2 1",
" c None",
". c #000000",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * clist_descend_xpm[] = {
static const char * clist_descend_xpm[] = {
"4 4 2 1",
" c None",
". c #000000",