From e7375474b0697983b727a1efd32eb8b6bbbbd00d Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 22 Jun 2017 17:25:07 +1000 Subject: Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for version checking in 4.0. Use lvRelease4 ID. --- lexlib/LexerModule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lexlib/LexerModule.cxx') diff --git a/lexlib/LexerModule.cxx b/lexlib/LexerModule.cxx index a9fc4f522..c7dec38e2 100644 --- a/lexlib/LexerModule.cxx +++ b/lexlib/LexerModule.cxx @@ -74,7 +74,7 @@ const char *LexerModule::GetWordListDescription(int index) const { } } -ILexer *LexerModule::Create() const { +ILexer4 *LexerModule::Create() const { if (fnFactory) return fnFactory(); else -- cgit v1.2.3