diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-10 15:12:04 +0100 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-10 16:20:12 +0100 |
commit | 380bce45276e2bff94dcd4453e5d65ffa53bd385 (patch) | |
tree | 56e541b869943b9fc218391b4d0b00dafd531868 /src/shared/cplusplus/CheckName.h | |
parent | b47eee88695ab5ea499a0197a779e37ad745fd5d (diff) | |
download | qt-creator-380bce45276e2bff94dcd4453e5d65ffa53bd385.tar.gz |
Cleanup nested name specifiers
Diffstat (limited to 'src/shared/cplusplus/CheckName.h')
-rw-r--r-- | src/shared/cplusplus/CheckName.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/cplusplus/CheckName.h b/src/shared/cplusplus/CheckName.h index ec2b97beea..7f86d75167 100644 --- a/src/shared/cplusplus/CheckName.h +++ b/src/shared/cplusplus/CheckName.h @@ -62,7 +62,7 @@ public: virtual ~CheckName(); Name *check(NameAST *name, Scope *scope); - Name *check(NestedNameSpecifierAST *name, Scope *scope); + Name *check(NestedNameSpecifierListAST *name, Scope *scope); Name *check(ObjCSelectorAST *args, Scope *scope); void check(ObjCMessageArgumentDeclarationAST *arg, Scope *scope); |