From cee192aef14978e07702fe7f37f14ab01a2e08fb Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 12 Feb 2002 22:12:13 +0000 Subject: Made LexerModule objects not be const again as that was impairing static linking. --- src/LexPascal.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/LexPascal.cxx') diff --git a/src/LexPascal.cxx b/src/LexPascal.cxx index 8d2766e9c..491d968ac 100644 --- a/src/LexPascal.cxx +++ b/src/LexPascal.cxx @@ -218,4 +218,4 @@ static void ColourisePascalDoc(unsigned int startPos, int length, int initStyle, } } -const LexerModule lmPascal(SCLEX_PASCAL, ColourisePascalDoc, "pascal"); +LexerModule lmPascal(SCLEX_PASCAL, ColourisePascalDoc, "pascal"); -- cgit v1.2.3