From 818e5f4f5869572a1484a303e91b267fe1f89cad Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sun, 16 Dec 2007 23:51:36 +0000 Subject: [PATCH] use const char* in XPMs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/listctrl/bitmaps/small1.xpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/listctrl/bitmaps/small1.xpm b/samples/listctrl/bitmaps/small1.xpm index 4dcfd5511f..5e7655ee85 100644 --- a/samples/listctrl/bitmaps/small1.xpm +++ b/samples/listctrl/bitmaps/small1.xpm @@ -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", -- 2.45.2