diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-10 12:49:49 +0100 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-11-10 16:20:11 +0100 |
commit | 86a8812beb9b122c37e474810dbf43567d727cac (patch) | |
tree | dfb623f6c2ec110bdce1cc8a869ebba67ac3b0cd /src/shared/cplusplus/ASTfwd.h | |
parent | 4c246763627cbc69b09ebe2ac1ea8be16669569f (diff) | |
download | qt-creator-86a8812beb9b122c37e474810dbf43567d727cac.tar.gz |
Removed ObjCSynthesizedPropertyAST
Done with Erik Verbruggen
Diffstat (limited to 'src/shared/cplusplus/ASTfwd.h')
-rw-r--r-- | src/shared/cplusplus/ASTfwd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/cplusplus/ASTfwd.h b/src/shared/cplusplus/ASTfwd.h index 7db518e87d..d38aafc128 100644 --- a/src/shared/cplusplus/ASTfwd.h +++ b/src/shared/cplusplus/ASTfwd.h @@ -148,7 +148,6 @@ class ObjCSelectorWithoutArgumentsAST; class ObjCSynchronizedStatementAST; class ObjCSynthesizedPropertiesDeclarationAST; class ObjCSynthesizedPropertyAST; -class ObjCSynthesizedPropertyListAST; class ObjCTypeNameAST; class ObjCVisibilityDeclarationAST; class OperatorAST; @@ -201,6 +200,7 @@ typedef List<ObjCMessageArgumentAST *> ObjCMessageArgumentListAST; typedef List<ObjCSelectorArgumentAST *> ObjCSelectorArgumentListAST; typedef List<ObjCPropertyAttributeAST *> ObjCPropertyAttributeListAST; typedef List<ObjCMessageArgumentDeclarationAST *> ObjCMessageArgumentDeclarationListAST; +typedef List<ObjCSynthesizedPropertyAST *> ObjCSynthesizedPropertyListAST; typedef ExpressionListAST TemplateArgumentListAST; |