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:
parent
3113727cc9
commit
88b5e53289
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user