Constify an internal table in Fl_Help_View. STR #3109

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10231 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Lauri Kasanen 2014-08-21 12:10:33 +00:00
parent 3113727cc9
commit 88b5e53289

View File

@ -3362,7 +3362,7 @@ Fl_Help_View::value(const char *val) // I - Text to view
static int // O - Code or -1 on error
quote_char(const char *p) { // I - Quoted string
int i; // Looping var
static struct {
static const struct {
const char *name;
int namelen;
int code;