diff options
| author | Manolo Gouy <Manolo> | 2014-06-23 17:17:05 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2014-06-23 17:17:05 +0000 |
| commit | f7f820ed4c729240da8100d1d157700114235757 (patch) | |
| tree | 308151292471f1aed104d22bdd678425c57a9708 | |
| parent | 5bc882550929ed6c58a0de53190ea1d10448231e (diff) | |
Added const qualifier to remove compiler warnings.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10206 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | src/fl_cursor_wait.xpm | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
