From e14d7b6e543850bae6c46f01a80b11c41ea383cf Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 27 Jul 2008 20:37:21 -0400 Subject: 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). --- report.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'report.h') 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() { -- cgit v1.2.3