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_Tree_Prefs.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Fl_Tree_Prefs.cxx') diff --git a/src/Fl_Tree_Prefs.cxx b/src/Fl_Tree_Prefs.cxx index 3fc9c4355..fc8ba08f7 100644 --- a/src/Fl_Tree_Prefs.cxx +++ b/src/Fl_Tree_Prefs.cxx @@ -28,7 +28,7 @@ // INTERNAL: BUILT IN OPEN/STOW XPMS // These can be replaced via prefs.openicon()/closeicon() // -static const char *L_open_xpm[] = { +static const char * const L_open_xpm[] = { #ifdef __APPLE__ "11 11 2 1", ". c None", @@ -64,7 +64,7 @@ static const char *L_open_xpm[] = { }; static Fl_Pixmap L_openpixmap(L_open_xpm); -static const char *L_close_xpm[] = { +static const char * const L_close_xpm[] = { #ifdef __APPLE__ "11 11 2 1", ". c None", -- cgit v1.2.3