summaryrefslogtreecommitdiff
path: root/textual.cc
diff options
context:
space:
mode:
Diffstat (limited to 'textual.cc')
-rw-r--r--textual.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/textual.cc b/textual.cc
index 5517a6b2..0ab1e88d 100644
--- a/textual.cc
+++ b/textual.cc
@@ -64,7 +64,7 @@ static value_expr parse_amount_expr(std::istream& in, amount_t& amount,
throw new parse_error("Amount expression failed to compute");
#if 0
- if (expr->kind == value_expr_t::CONSTANT) {
+ if (expr->kind == expr::node_t::CONSTANT) {
expr = NULL;
} else {
DEBUG_IF("ledger.textual.parse") {