diff options
Diffstat (limited to 'lexers/LexVisualProlog.cxx')
-rw-r--r-- | lexers/LexVisualProlog.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lexers/LexVisualProlog.cxx b/lexers/LexVisualProlog.cxx index c03069075..dfd749b70 100644 --- a/lexers/LexVisualProlog.cxx +++ b/lexers/LexVisualProlog.cxx @@ -81,7 +81,7 @@ public: delete this; } int SCI_METHOD Version() const override { - return lvOriginal; + return lvRelease4; } const char * SCI_METHOD PropertyNames() override { return osVisualProlog.PropertyNames(); @@ -104,7 +104,7 @@ public: return 0; } - static ILexer *LexerFactoryVisualProlog() { + static ILexer4 *LexerFactoryVisualProlog() { return new LexerVisualProlog(); } }; |