forked from qt-creator/qt-creator
QmlJs: Initialize members
Change-Id: I15a3ec660608266595a8b7a12b59016cc28331af Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -78,6 +78,7 @@ Parser::Parser(Engine *engine):
|
||||
location_stack(0),
|
||||
string_stack(0),
|
||||
program(0),
|
||||
yylval(0),
|
||||
first_token(0),
|
||||
last_token(0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user