made XPMs const

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-01-12 15:00:25 +00:00
parent 9dae7a0234
commit be93a00bb4

View File

@@ -60,7 +60,7 @@ static const int NO_IMAGE = -1;
// ----------------------------------------------------------------------------
/* XPM */
static char *aqua_arrow_right[] = {
static const char *aqua_arrow_right[] = {
/* columns rows colors chars-per-pixel */
"13 11 4 1",
" c None",
@@ -82,7 +82,7 @@ static const int NO_IMAGE = -1;
};
/* XPM */
static char *aqua_arrow_down[] = {
static const char *aqua_arrow_down[] = {
/* columns rows colors chars-per-pixel */
"13 11 4 1",
" c None",