diff options
author | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-07-19 10:42:07 +0200 |
---|---|---|
committer | Erik Verbruggen <erik.verbruggen@nokia.com> | 2010-07-19 10:42:32 +0200 |
commit | 867bf3dae8939bc221f54309256248f6f6e739fd (patch) | |
tree | 701eb57d652f2ee18d908b0fc69a1f0fcfc93e34 /src/shared/cplusplus/CheckStatement.h | |
parent | 7de836bf851b144ead33a5aea685ed92b9e928ea (diff) | |
download | qt-creator-867bf3dae8939bc221f54309256248f6f6e739fd.tar.gz |
Fixes for scope range calculation.
Diffstat (limited to 'src/shared/cplusplus/CheckStatement.h')
-rw-r--r-- | src/shared/cplusplus/CheckStatement.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/cplusplus/CheckStatement.h b/src/shared/cplusplus/CheckStatement.h index b13204fba9..3f96a14fdf 100644 --- a/src/shared/cplusplus/CheckStatement.h +++ b/src/shared/cplusplus/CheckStatement.h @@ -92,6 +92,7 @@ protected: virtual bool visit(QtMemberDeclarationAST *ast); bool forEachFastEnum(unsigned firstToken, + unsigned lparen, unsigned lastToken, SpecifierListAST *type_specifier_list, DeclaratorAST *declarator, |