made XPM data const
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 13 Sep 2005 16:50:13 +0000 (16:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 13 Sep 2005 16:50:13 +0000 (16:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/prntdlgg.cpp

index 084ce72c10749ae1cfd6b75caeafd0c2ffeecfbc..0f3920a7d3e509e819da6c88ac7fd7251ac709db 100644 (file)
@@ -448,7 +448,7 @@ wxDialog(parent, wxID_ANY, _("Print Setup"), wxPoint(0,0), wxSize(600, 600), wxD
 }
 
 /* XPM */
-static char * check_xpm[] = {
+static const char * check_xpm[] = {
 /* width height ncolors chars_per_pixel */
 "16 16 3 1",
 /* colors */