diff options
| author | Lauri Kasanen <cand@gmx.com> | 2014-08-21 12:18:32 +0000 |
|---|---|---|
| committer | Lauri Kasanen <cand@gmx.com> | 2014-08-21 12:18:32 +0000 |
| commit | 6bfd46312f96d8d67b139214e600cd2f3b2610ce (patch) | |
| tree | 14c9348415e490be95e388b61275be0c4ef95693 /src/Fl_Color_Chooser.cxx | |
| parent | c706d3c101cc3e159fea95c54a044d26ba9b3649 (diff) | |
Sprinkle some more const on internal arrays. STR #3110
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10234 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Color_Chooser.cxx')
| -rw-r--r-- | src/Fl_Color_Chooser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Color_Chooser.cxx b/src/Fl_Color_Chooser.cxx index 88a3b0461..8d5a63724 100644 --- a/src/Fl_Color_Chooser.cxx +++ b/src/Fl_Color_Chooser.cxx @@ -91,7 +91,7 @@ enum { M_HEX, /**< mode() of Fl_Color_Chooser showing hex values */ M_HSV /**< mode() of Fl_Color_Chooser showing HSV values */ }; -static Fl_Menu_Item mode_menu[] = { +static const Fl_Menu_Item mode_menu[] = { {"rgb"}, {"byte"}, {"hex"}, |
