diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-10 14:03:40 +0100 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-10 16:20:11 +0100 |
commit | 1dbdbbefe7b4977e88c13c42556b35e44eee747a (patch) | |
tree | fbd4173cb1d444d71fcec211232610f51caefe16 /src/shared/cplusplus/ASTfwd.h | |
parent | 86a8812beb9b122c37e474810dbf43567d727cac (diff) | |
download | qt-creator-1dbdbbefe7b4977e88c13c42556b35e44eee747a.tar.gz |
Cleanup base base specifiers.
Diffstat (limited to 'src/shared/cplusplus/ASTfwd.h')
-rw-r--r-- | src/shared/cplusplus/ASTfwd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/cplusplus/ASTfwd.h b/src/shared/cplusplus/ASTfwd.h index d38aafc128..94f36c7b01 100644 --- a/src/shared/cplusplus/ASTfwd.h +++ b/src/shared/cplusplus/ASTfwd.h @@ -195,6 +195,8 @@ typedef List<ExpressionAST *> ExpressionListAST; typedef List<DeclarationAST *> DeclarationListAST; typedef List<StatementAST *> StatementListAST; typedef List<DeclaratorAST *> DeclaratorListAST; +typedef List<BaseSpecifierAST *> BaseSpecifierListAST; + typedef List<NameAST *> ObjCIdentifierListAST; typedef List<ObjCMessageArgumentAST *> ObjCMessageArgumentListAST; typedef List<ObjCSelectorArgumentAST *> ObjCSelectorArgumentListAST; |