diff --git a/DragonLispScanner.h b/DragonLispScanner.h index 785be87..a1f6777 100644 --- a/DragonLispScanner.h +++ b/DragonLispScanner.h @@ -24,7 +24,7 @@ public: using FlexLexer::yylex; virtual int yylex( - DragonLisp::DLParser::semantic_type* const lval, + DragonLisp::DLParser::semantic_type* lval, DragonLisp::DLParser::location_type* location, DragonLisp::DLDriver& drv );