summaryrefslogtreecommitdiff
path: root/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-27 20:37:21 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-27 20:37:21 -0400
commite14d7b6e543850bae6c46f01a80b11c41ea383cf (patch)
tree7e6d191cadc7aff167fae2c8cadf3edce6a513d3 /report.h
parent0c76ac5b8f962525d20228f7fa3a7ec3d3d40ea7 (diff)
downloadfork-ledger-e14d7b6e543850bae6c46f01a80b11c41ea383cf.tar.gz
fork-ledger-e14d7b6e543850bae6c46f01a80b11c41ea383cf.tar.bz2
fork-ledger-e14d7b6e543850bae6c46f01a80b11c41ea383cf.zip
Cleaned up the value expression code a bit before undertaking the real work of
getting everything back up to what it was (plus the new code written for 3.0).
Diffstat (limited to 'report.h')
-rw-r--r--report.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/report.h b/report.h
index 29d25f96..cbe53e3e 100644
--- a/report.h
+++ b/report.h
@@ -168,8 +168,8 @@ public:
eval("t=total,TOT=0,T()=(TOT=TOT+t,TOT)");
#endif
- value_expr::amount_expr.reset(new value_expr("@a"));
- value_expr::total_expr.reset(new value_expr("@O"));
+ value_expr::amount_expr.reset(new value_expr("a"));
+ value_expr::total_expr.reset(new value_expr("O"));
}
virtual ~report_t() {