]> git.saurik.com Git - wxWidgets.git/commitdiff
use const char* in XPMs
authorRobert Roebling <robert@roebling.de>
Sun, 16 Dec 2007 23:51:36 +0000 (23:51 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 16 Dec 2007 23:51:36 +0000 (23:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/listctrl/bitmaps/small1.xpm

index 4dcfd5511f90633be78109eda8157a17e2bc6992..5e7655ee8562442ae440701881f71b98b1f6da4f 100644 (file)
@@ -1,5 +1,5 @@
 /* XPM */
-static char *small1_xpm[] = {
+static const char *small1_xpm[] = {
 /* columns rows colors chars-per-pixel */
 "16 16 6 1",
 ". c Black",