From cbf0ace15854cbdcf87bad740318df635d4baf9c 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/LexAda.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/LexAda.cxx') diff --git a/src/LexAda.cxx b/src/LexAda.cxx index 563fe2ba7..0d8fb9d5d 100644 --- a/src/LexAda.cxx +++ b/src/LexAda.cxx @@ -195,4 +195,4 @@ static void ColouriseAdaDoc(unsigned int startPos, int length, int initStyle, // } } -const LexerModule lmAda(SCLEX_ADA, ColouriseAdaDoc, "ada"); +LexerModule lmAda(SCLEX_ADA, ColouriseAdaDoc, "ada"); -- cgit v1.2.3