summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/ASTfwd.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2009-11-10 12:48:33 +0100
committerRoberto Raggi <roberto.raggi@nokia.com>2009-11-10 16:20:11 +0100
commit4c246763627cbc69b09ebe2ac1ea8be16669569f (patch)
tree9f8cc53798f31dd58db4da476f514cbc47f2c42c /src/shared/cplusplus/ASTfwd.h
parent98802456b3b7573e0f76779c9ed4fb2007a8612d (diff)
downloadqt-creator-4c246763627cbc69b09ebe2ac1ea8be16669569f.tar.gz
Removed ObjCMessageArgumentDeclarationListAST
Done with Erik Verbruggen
Diffstat (limited to 'src/shared/cplusplus/ASTfwd.h')
-rw-r--r--src/shared/cplusplus/ASTfwd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/cplusplus/ASTfwd.h b/src/shared/cplusplus/ASTfwd.h
index dc453748be..7db518e87d 100644
--- a/src/shared/cplusplus/ASTfwd.h
+++ b/src/shared/cplusplus/ASTfwd.h
@@ -131,7 +131,6 @@ class ObjCFastEnumerationAST;
class ObjCInstanceVariablesDeclarationAST;
class ObjCMessageArgumentAST;
class ObjCMessageArgumentDeclarationAST;
-class ObjCMessageArgumentDeclarationListAST;
class ObjCMessageExpressionAST;
class ObjCMethodDeclarationAST;
class ObjCMethodPrototypeAST;
@@ -201,6 +200,7 @@ typedef List<NameAST *> ObjCIdentifierListAST;
typedef List<ObjCMessageArgumentAST *> ObjCMessageArgumentListAST;
typedef List<ObjCSelectorArgumentAST *> ObjCSelectorArgumentListAST;
typedef List<ObjCPropertyAttributeAST *> ObjCPropertyAttributeListAST;
+typedef List<ObjCMessageArgumentDeclarationAST *> ObjCMessageArgumentDeclarationListAST;
typedef ExpressionListAST TemplateArgumentListAST;