fix: remove redundant const
This commit is contained in:
parent
4bb8773d5d
commit
57033c3452
|
|
@ -24,7 +24,7 @@ public:
|
||||||
|
|
||||||
using FlexLexer::yylex;
|
using FlexLexer::yylex;
|
||||||
virtual int yylex(
|
virtual int yylex(
|
||||||
DragonLisp::DLParser::semantic_type* const lval,
|
DragonLisp::DLParser::semantic_type* lval,
|
||||||
DragonLisp::DLParser::location_type* location,
|
DragonLisp::DLParser::location_type* location,
|
||||||
DragonLisp::DLDriver& drv
|
DragonLisp::DLDriver& drv
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue