diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-10 16:00:22 +0100 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-10 16:20:13 +0100 |
commit | cdb144321926d1c43242deeaffa0fb8e55873014 (patch) | |
tree | cda282ed4498efe2aaa9e83a294aa33ec5973cf8 /src/shared/cplusplus/CheckDeclarator.h | |
parent | 4fc2ccf0c5af6d93b1edca95518043b84e342c67 (diff) | |
download | qt-creator-cdb144321926d1c43242deeaffa0fb8e55873014.tar.gz |
Cleanup specifiers.
Diffstat (limited to 'src/shared/cplusplus/CheckDeclarator.h')
-rw-r--r-- | src/shared/cplusplus/CheckDeclarator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/cplusplus/CheckDeclarator.h b/src/shared/cplusplus/CheckDeclarator.h index c24d4a5c38..1b9e14cb81 100644 --- a/src/shared/cplusplus/CheckDeclarator.h +++ b/src/shared/cplusplus/CheckDeclarator.h @@ -97,7 +97,7 @@ protected: virtual bool visit(ObjCMethodPrototypeAST *ast); void checkMessageArgument(ObjCMessageArgumentDeclarationAST *arg); - void applyCvQualifiers(SpecifierAST *cv); + void applyCvQualifiers(SpecifierListAST *it); private: DeclaratorAST *_declarator; |