diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-10 12:39:29 +0100 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-10 16:20:10 +0100 |
commit | 496ff15db3fa6b2004899345eef58ce5253514a1 (patch) | |
tree | e6c50eebf1f9f52e1195c051c10096912e671ab9 /src/shared/cplusplus/ASTfwd.h | |
parent | 8efb73f5d2a84d70aae134dcf45cac87c70fa76f (diff) | |
download | qt-creator-496ff15db3fa6b2004899345eef58ce5253514a1.tar.gz |
Removed ObjCIdentifierListAST
Done with Erik Verbruggen
Diffstat (limited to 'src/shared/cplusplus/ASTfwd.h')
-rw-r--r-- | src/shared/cplusplus/ASTfwd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/cplusplus/ASTfwd.h b/src/shared/cplusplus/ASTfwd.h index 50ab749ee5..c562384bf9 100644 --- a/src/shared/cplusplus/ASTfwd.h +++ b/src/shared/cplusplus/ASTfwd.h @@ -104,7 +104,6 @@ class ForeachStatementAST; class FunctionDeclaratorAST; class FunctionDefinitionAST; class GotoStatementAST; -class IdentifierListAST; class IfStatementAST; class LabeledStatementAST; class LinkageBodyAST; @@ -201,6 +200,8 @@ typedef List<ExpressionAST *> ExpressionListAST; typedef List<DeclarationAST *> DeclarationListAST; typedef List<StatementAST *> StatementListAST; typedef List<DeclaratorAST *> DeclaratorListAST; +typedef List<NameAST *> ObjCIdentifierListAST; + typedef ExpressionListAST TemplateArgumentListAST; } // end of namespace CPlusPlus |