diff options
| author | Lauri Kasanen <cand@gmx.com> | 2014-08-21 12:10:33 +0000 |
|---|---|---|
| committer | Lauri Kasanen <cand@gmx.com> | 2014-08-21 12:10:33 +0000 |
| commit | 88b5e53289856e557244a337a7cba39367a83f71 (patch) | |
| tree | dfc4fee5d8efeb77e8322d6e15fc3025181739d3 /src | |
| parent | 3113727cc9263c2825271e96b58aa303858e88f7 (diff) | |
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
Diffstat (limited to 'src')
| -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; |
