From c706d3c101cc3e159fea95c54a044d26ba9b3649 Mon Sep 17 00:00:00 2001 From: Lauri Kasanen Date: Thu, 21 Aug 2014 12:16:40 +0000 Subject: Constify the pointers in some XPM images. STR #3108 git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10233 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_cursor_nwse.xpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fl_cursor_nwse.xpm') diff --git a/src/fl_cursor_nwse.xpm b/src/fl_cursor_nwse.xpm index d495eb4ff..f5e4ebb1f 100644 --- a/src/fl_cursor_nwse.xpm +++ b/src/fl_cursor_nwse.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * fl_cursor_nwse_xpm[] = { +static const char * const fl_cursor_nwse_xpm[] = { "15 15 28 1", " c None", ". c #FFFFFF", -- cgit v1.2.3