diff options
Diffstat (limited to 'mtxlanguage.h')
-rw-r--r-- | mtxlanguage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mtxlanguage.h b/mtxlanguage.h index d95b20a..8ad8772 100644 --- a/mtxlanguage.h +++ b/mtxlanguage.h @@ -104,7 +104,7 @@ class MtxLanguage * Array of groups of lexical elements. E.g. + and = are in the same * group. */ - static char *lexical_groups[]; + static const char *lexical_groups[]; public: /** |