aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/LexerModule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexlib/LexerModule.cxx')
-rw-r--r--lexlib/LexerModule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlib/LexerModule.cxx b/lexlib/LexerModule.cxx
index a03be30ef..3d4010756 100644
--- a/lexlib/LexerModule.cxx
+++ b/lexlib/LexerModule.cxx
@@ -93,7 +93,7 @@ size_t LexerModule::NamedStyles() const {
return nClasses;
}
-ILexer4 *LexerModule::Create() const {
+ILexer5 *LexerModule::Create() const {
if (fnFactory)
return fnFactory();
else