aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/CatalogueModules.h
diff options
context:
space:
mode:
Diffstat (limited to 'lexlib/CatalogueModules.h')
-rw-r--r--lexlib/CatalogueModules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexlib/CatalogueModules.h b/lexlib/CatalogueModules.h
index 1a170cf70..197a66460 100644
--- a/lexlib/CatalogueModules.h
+++ b/lexlib/CatalogueModules.h
@@ -56,7 +56,7 @@ public:
return lexerCatalogue[index]->fnFactory;
}
- ILexer4 *Create(unsigned int index) {
+ ILexer5 *Create(unsigned int index) {
const LexerModule *plm = lexerCatalogue[index];
if (!plm) {
return nullptr;