aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexVerilog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexVerilog.cxx')
-rw-r--r--lexers/LexVerilog.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lexers/LexVerilog.cxx b/lexers/LexVerilog.cxx
index 6be3392f1..aa6cd6d33 100644
--- a/lexers/LexVerilog.cxx
+++ b/lexers/LexVerilog.cxx
@@ -219,7 +219,7 @@ public:
}
virtual ~LexerVerilog() {}
int SCI_METHOD Version() const override {
- return lvSubStyles;
+ return lvRelease4;
}
void SCI_METHOD Release() override {
delete this;
@@ -277,7 +277,7 @@ public:
const char * SCI_METHOD GetSubStyleBases() override {
return styleSubable;
}
- static ILexer* LexerFactoryVerilog() {
+ static ILexer4* LexerFactoryVerilog() {
return new LexerVerilog();
}
static int MaskActive(int style) {