From 52fc9f2e4499e75d17e7f12d32a8391054d8634a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 20 Jul 2008 05:03:54 -0400 Subject: Brought in the final round of 3.0 code, although it does not compile yet: report, session, parts of xpath, main, journal, option. --- textual.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textual.cc') 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") { -- cgit v1.2.3