summaryrefslogtreecommitdiff
path: root/src/Fl_Tree_Prefs.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Tree_Prefs.cxx')
-rw-r--r--src/Fl_Tree_Prefs.cxx4
1 files changed, 2 insertions, 2 deletions
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",