From 3d4ba4da35eb10950081d1079d1cb028a41b595b 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/LexPython.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/LexPython.cxx') diff --git a/src/LexPython.cxx b/src/LexPython.cxx index 8439d3dd6..4af4ca225 100644 --- a/src/LexPython.cxx +++ b/src/LexPython.cxx @@ -402,4 +402,4 @@ static void FoldPyDoc(unsigned int startPos, int length, int /*initStyle - unuse //styler.SetLevel(lineCurrent, indentCurrent); } -const LexerModule lmPython(SCLEX_PYTHON, ColourisePyDoc, "python", FoldPyDoc); +LexerModule lmPython(SCLEX_PYTHON, ColourisePyDoc, "python", FoldPyDoc); -- cgit v1.2.3