diff options
| author | Lauri Kasanen <cand@gmx.com> | 2014-08-21 12:16:40 +0000 |
|---|---|---|
| committer | Lauri Kasanen <cand@gmx.com> | 2014-08-21 12:16:40 +0000 |
| commit | c706d3c101cc3e159fea95c54a044d26ba9b3649 (patch) | |
| tree | e7e3dc0757a271e290e629ff11f60194c5d4b71c /src/fl_cursor_help.xpm | |
| parent | d9505e1b249b0833b867019b88f68b7aaf31e937 (diff) | |
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
Diffstat (limited to 'src/fl_cursor_help.xpm')
| -rw-r--r-- | src/fl_cursor_help.xpm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_cursor_help.xpm b/src/fl_cursor_help.xpm index 972c82fb6..2c219833c 100644 --- a/src/fl_cursor_help.xpm +++ b/src/fl_cursor_help.xpm @@ -1,5 +1,5 @@ /* XPM */ -static const char * fl_cursor_help_xpm[] = { +static const char * const fl_cursor_help_xpm[] = { "16 27 9 1", " c None", ". c #FFFFFF", |
