diff options
| -rw-r--r-- | src/Fl_Help_View.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Help_View.cxx b/src/Fl_Help_View.cxx index 0cf9ad3c1..ca6bacba2 100644 --- a/src/Fl_Help_View.cxx +++ b/src/Fl_Help_View.cxx @@ -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; |
