diff options
author | Richard Braun <rbraun@sceen.net> | 2017-01-23 18:44:16 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-01-23 18:44:16 +0100 |
commit | d6d8afda9e32501063cee907b20507d4762a3bc0 (patch) | |
tree | b7ce0e4ebb80318279f3e59d6ea8252d81743d55 /mtxlanguage.h | |
parent | 0335271456550084988c5484bd1109a0a846669b (diff) |
- Fix errors with modern compilers (gcc, clang)
- Upgrade gtkmm dependency
- Add a test.mtx file
- Build with 64-bits words by default
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: /** |