summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/ASTfwd.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2009-11-10 15:12:04 +0100
committerRoberto Raggi <roberto.raggi@nokia.com>2009-11-10 16:20:12 +0100
commit380bce45276e2bff94dcd4453e5d65ffa53bd385 (patch)
tree56e541b869943b9fc218391b4d0b00dafd531868 /src/shared/cplusplus/ASTfwd.h
parentb47eee88695ab5ea499a0197a779e37ad745fd5d (diff)
downloadqt-creator-380bce45276e2bff94dcd4453e5d65ffa53bd385.tar.gz
Cleanup nested name specifiers
Diffstat (limited to 'src/shared/cplusplus/ASTfwd.h')
-rw-r--r--src/shared/cplusplus/ASTfwd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/cplusplus/ASTfwd.h b/src/shared/cplusplus/ASTfwd.h
index 07f51b40ae..ac70f735db 100644
--- a/src/shared/cplusplus/ASTfwd.h
+++ b/src/shared/cplusplus/ASTfwd.h
@@ -202,6 +202,7 @@ typedef List<NewArrayDeclaratorAST *> NewArrayDeclaratorListAST;
typedef List<PostfixAST *> PostfixListAST;
typedef List<PostfixDeclaratorAST *> PostfixDeclaratorListAST;
typedef List<AttributeAST *> AttributeListAST;
+typedef List<NestedNameSpecifierAST *> NestedNameSpecifierListAST;
typedef List<NameAST *> ObjCIdentifierListAST;
typedef List<ObjCMessageArgumentAST *> ObjCMessageArgumentListAST;