Renamed LambdaCapture::default_capture.

This commit is contained in:
Roberto Raggi
2010-06-23 14:42:59 +02:00
parent da817310c2
commit fea6c1cf8c
3 changed files with 7 additions and 7 deletions

View File

@@ -5722,7 +5722,7 @@ bool Parser::parseLambdaCapture(LambdaCaptureAST *&node)
}
LambdaCaptureAST *ast = new (_pool) LambdaCaptureAST;
ast->default_capture = default_capture;
ast->default_capture_token = default_capture;
ast->capture_list = capture_list;
node = ast;