From 35bb3cb155917b4287fb2a3841bea22919a3d499 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Fri, 9 Nov 2007 08:53:58 +0000 Subject: [PATCH] use const for xpm icons git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/erase/mondrian.xpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/erase/mondrian.xpm b/samples/erase/mondrian.xpm index ad2e33a2b5..86d0ef8e8a 100644 --- a/samples/erase/mondrian.xpm +++ b/samples/erase/mondrian.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *mondrian_xpm[] = { +static const char *mondrian_xpm[] = { /* columns rows colors chars-per-pixel */ "32 32 7 1", " c Black", -- 2.50.0