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/LexLisp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/LexLisp.cxx') diff --git a/src/LexLisp.cxx b/src/LexLisp.cxx index 032054100..cb150ff76 100644 --- a/src/LexLisp.cxx +++ b/src/LexLisp.cxx @@ -192,4 +192,4 @@ static void FoldLispDoc(unsigned int startPos, int length, int /* initStyle */, styler.SetLevel(lineCurrent, levelPrev | flagsNext); } -const LexerModule lmLISP(SCLEX_LISP, ColouriseLispDoc, "lisp", FoldLispDoc); +LexerModule lmLISP(SCLEX_LISP, ColouriseLispDoc, "lisp", FoldLispDoc); -- cgit v1.2.3