From f7f820ed4c729240da8100d1d157700114235757 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 23 Jun 2014 17:17:05 +0000 Subject: Added const qualifier to remove compiler warnings. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10206 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/fl_cursor_wait.xpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/fl_cursor_wait.xpm b/src/fl_cursor_wait.xpm index bc78bb379..3aa6df631 100644 --- a/src/fl_cursor_wait.xpm +++ b/src/fl_cursor_wait.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char *fl_cursor_wait_xpm[] = { +static const char *fl_cursor_wait_xpm[] = { /* width height ncolors chars_per_pixel */ "13 18 3 1", /* colors */ -- cgit v1.2.3