aboutsummaryrefslogtreecommitdiff
path: root/src/MoonP/moon_ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MoonP/moon_ast.h')
-rw-r--r--src/MoonP/moon_ast.h2
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
536AST_NODE(TableBlock) 536AST_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)
540AST_END(TableBlock) 540AST_END(TableBlock)
541 541