summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/AST.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/cplusplus/AST.h')
-rw-r--r--src/shared/cplusplus/AST.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/shared/cplusplus/AST.h b/src/shared/cplusplus/AST.h
index b56fed68c7..e1b901dca5 100644
--- a/src/shared/cplusplus/AST.h
+++ b/src/shared/cplusplus/AST.h
@@ -296,7 +296,7 @@ public:
unsigned attribute_token;
unsigned first_lparen_token;
unsigned second_lparen_token;
- AttributeAST *attributes;
+ AttributeListAST *attributes;
unsigned first_rparen_token;
unsigned second_rparen_token;
@@ -318,7 +318,6 @@ public:
unsigned tag_token;
ExpressionListAST *expression_list;
unsigned rparen_token;
- AttributeAST *next;
public:
virtual AttributeAST *asAttribute() { return this; }