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 16f7801..90508a5 100644 --- a/src/MoonP/moon_ast.h +++ b/src/MoonP/moon_ast.h | |||
@@ -535,7 +535,7 @@ AST_END(TableBlockIndent) | |||
535 | 535 | ||
536 | AST_NODE(TableBlock) | 536 | AST_NODE(TableBlock) |
537 | ast_ptr<true, Seperator_t> sep; | 537 | ast_ptr<true, Seperator_t> sep; |
538 | ast_sel_list<false, variable_pair_t, normal_pair_t, TableBlockIndent_t> values; | 538 | ast_sel_list<false, variable_pair_t, normal_pair_t, TableBlockIndent_t, Exp_t> values; |
539 | AST_MEMBER(TableBlock, &sep, &values) | 539 | AST_MEMBER(TableBlock, &sep, &values) |
540 | AST_END(TableBlock) | 540 | AST_END(TableBlock) |
541 | 541 | ||