diff --git a/neo/idlib/Lexer.cpp b/neo/idlib/Lexer.cpp index 53a60d9..c8bc89e 100644 --- a/neo/idlib/Lexer.cpp +++ b/neo/idlib/Lexer.cpp @@ -774,7 +774,7 @@ idLexer::ReadPunctuation */ int idLexer::ReadPunctuation( idToken *token ) { int l, n, i; - char *p; + const char *p; const punctuation_t *punc; #ifdef PUNCTABLE