diff options
Diffstat (limited to 'lexlib/LexerModule.cxx')
| -rw-r--r-- | lexlib/LexerModule.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
