made XPM data const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -448,7 +448,7 @@ wxDialog(parent, wxID_ANY, _("Print Setup"), wxPoint(0,0), wxSize(600, 600), wxD
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* XPM */
|
/* XPM */
|
||||||
static char * check_xpm[] = {
|
static const char * check_xpm[] = {
|
||||||
/* width height ncolors chars_per_pixel */
|
/* width height ncolors chars_per_pixel */
|
||||||
"16 16 3 1",
|
"16 16 3 1",
|
||||||
/* colors */
|
/* colors */
|
||||||
|
Reference in New Issue
Block a user