From 11443b32dd210b2bbb1e5c17d01af6b44bb083eb Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Wed, 23 Jun 2010 16:50:11 +0200 Subject: Regenerated firstToken/lastToken methods. --- src/shared/cplusplus/ASTMatcher.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/shared/cplusplus/ASTMatcher.cpp') diff --git a/src/shared/cplusplus/ASTMatcher.cpp b/src/shared/cplusplus/ASTMatcher.cpp index e0b6af2591..7601430862 100644 --- a/src/shared/cplusplus/ASTMatcher.cpp +++ b/src/shared/cplusplus/ASTMatcher.cpp @@ -2725,6 +2725,8 @@ bool ASTMatcher::match(LambdaCaptureAST *node, LambdaCaptureAST *pattern) (void) node; (void) pattern; + pattern->default_capture_token = node->default_capture_token; + if (! pattern->capture_list) pattern->capture_list = node->capture_list; else if (! AST::match(node->capture_list, pattern->capture_list, this)) -- cgit v1.2.1