diff options
author | John Wiegley <johnw@newartisans.com> | 2005-11-10 12:06:41 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:21 -0400 |
commit | 3ba6e1085229df047820e5f0fd6a2bf56beed8fc (patch) | |
tree | e781b172180d5ee96f9534db69ca3911dc4b9e95 /valexpr.cc | |
parent | 122af13d853193fab1cd2c73980c4dd196cd598b (diff) | |
download | fork-ledger-3ba6e1085229df047820e5f0fd6a2bf56beed8fc.tar.gz fork-ledger-3ba6e1085229df047820e5f0fd6a2bf56beed8fc.tar.bz2 fork-ledger-3ba6e1085229df047820e5f0fd6a2bf56beed8fc.zip |
(parse_and_report): Set ledger::terminus in main.cc, instead of
relying on static initialization of valexpr.cc.
Diffstat (limited to 'valexpr.cc')
-rw-r--r-- | valexpr.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ namespace ledger { std::auto_ptr<value_expr_t> amount_expr; std::auto_ptr<value_expr_t> total_expr; -std::time_t terminus = now; +std::time_t terminus; details_t::details_t(const transaction_t& _xact) : entry(_xact.entry), xact(&_xact), account(xact_account(_xact)) |