summaryrefslogtreecommitdiff
path: root/src/parse.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.hh')
-rw-r--r--src/parse.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.hh b/src/parse.hh
index 6e7883a..2920541 100644
--- a/src/parse.hh
+++ b/src/parse.hh
@@ -206,7 +206,7 @@ parse(vector<symbol_t> const& in, size_t n, Chart& active, Chart& passive, G::Gr
ChartItem* item = active.at(span).back();
active.at(span).pop_back();
while (item->rule->rhs[item->dot]->type() == G::NON_TERMINAL) {
- symbol_t cur_sym = item->rule->rhs[item->dot]->symbol();
+ symbol_t cur_sym = item->rule->rhs[item->dot]->symbol();
}
}