diff options
Diffstat (limited to 'lexers/LexBaan.cxx')
-rw-r--r-- | lexers/LexBaan.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lexers/LexBaan.cxx b/lexers/LexBaan.cxx index 30dc4dada..3e51adb62 100644 --- a/lexers/LexBaan.cxx +++ b/lexers/LexBaan.cxx @@ -402,7 +402,7 @@ public: } int SCI_METHOD Version() const override { - return lvOriginal; + return lvRelease4; } void SCI_METHOD Release() override { @@ -437,7 +437,7 @@ public: return NULL; } - static ILexer * LexerFactoryBaan() { + static ILexer4 * LexerFactoryBaan() { return new LexerBaan(); } }; |