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:
@@ -60,7 +60,7 @@ static const int NO_IMAGE = -1;
|
|||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char *aqua_arrow_right[] = {
|
static const char *aqua_arrow_right[] = {
|
||||||
/* columns rows colors chars-per-pixel */
|
/* columns rows colors chars-per-pixel */
|
||||||
"13 11 4 1",
|
"13 11 4 1",
|
||||||
" c None",
|
" c None",
|
||||||
@@ -82,7 +82,7 @@ static const int NO_IMAGE = -1;
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char *aqua_arrow_down[] = {
|
static const char *aqua_arrow_down[] = {
|
||||||
/* columns rows colors chars-per-pixel */
|
/* columns rows colors chars-per-pixel */
|
||||||
"13 11 4 1",
|
"13 11 4 1",
|
||||||
" c None",
|
" c None",
|
||||||
|
Reference in New Issue
Block a user