summaryrefslogtreecommitdiff
path: root/src/account.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-03 13:03:10 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-03 13:03:10 -0400
commit43c4636d9d3a8a3bebc6565b2f1fdd1aebe9849a (patch)
treeb8cd70315ef339c785bffecf83a52826def97914 /src/account.h
parent3434650848e500d605447388ef7e069ee1515b72 (diff)
downloadledger-43c4636d9d3a8a3bebc6565b2f1fdd1aebe9849a.tar.gz
ledger-43c4636d9d3a8a3bebc6565b2f1fdd1aebe9849a.tar.bz2
ledger-43c4636d9d3a8a3bebc6565b2f1fdd1aebe9849a.zip
Removed the global references to session->report.
Diffstat (limited to 'src/account.h')
-rw-r--r--src/account.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account.h b/src/account.h
index fa077bbc..ad59a5b8 100644
--- a/src/account.h
+++ b/src/account.h
@@ -177,7 +177,7 @@ class account_t : public scope_t
return *xdata_;
}
- void calculate_sums();
+ void calculate_sums(expr_t& amount_expr);
};
std::ostream& operator<<(std::ostream& out, const account_t& account);