diff options
Diffstat (limited to 'lexers/LexPerl.cxx')
-rw-r--r-- | lexers/LexPerl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lexers/LexPerl.cxx b/lexers/LexPerl.cxx index 5e4071b20..4d60f6e03 100644 --- a/lexers/LexPerl.cxx +++ b/lexers/LexPerl.cxx @@ -420,7 +420,7 @@ public: delete this; } int SCI_METHOD Version() const override { - return lvOriginal; + return lvRelease4; } const char *SCI_METHOD PropertyNames() override { return osPerl.PropertyNames(); @@ -443,7 +443,7 @@ public: return 0; } - static ILexer *LexerFactoryPerl() { + static ILexer4 *LexerFactoryPerl() { return new LexerPerl(); } int InputSymbolScan(StyleContext &sc); |