override
This commit is contained in:
parent
17bac919c6
commit
d374ad8823
1 changed files with 2 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
virtual int yylex();
|
// implemented by flex
|
||||||
|
virtual int yylex() override;
|
||||||
yy::parser::semantic_type *yylval;
|
yy::parser::semantic_type *yylval;
|
||||||
};
|
};
|
||||||
Loading…
Add table
Add a link
Reference in a new issue