diff options
Diffstat (limited to 'src/MoonP/moon_ast.h')
-rw-r--r-- | src/MoonP/moon_ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MoonP/moon_ast.h b/src/MoonP/moon_ast.h index 02428ca..830234d 100644 --- a/src/MoonP/moon_ast.h +++ b/src/MoonP/moon_ast.h | |||
@@ -549,7 +549,7 @@ AST_END(TableBlockIndent) | |||
549 | 549 | ||
550 | AST_NODE(TableBlock) | 550 | AST_NODE(TableBlock) |
551 | ast_ptr<true, Seperator_t> sep; | 551 | ast_ptr<true, Seperator_t> sep; |
552 | ast_sel_list<false, variable_pair_t, normal_pair_t, TableBlockIndent_t, Exp_t> values; | 552 | ast_sel_list<false, variable_pair_t, normal_pair_t, TableBlockIndent_t, Exp_t, TableBlock_t> values; |
553 | AST_MEMBER(TableBlock, &sep, &values) | 553 | AST_MEMBER(TableBlock, &sep, &values) |
554 | AST_END(TableBlock) | 554 | AST_END(TableBlock) |
555 | 555 | ||