diff options
author | John Wiegley <johnw@newartisans.com> | 2004-08-04 03:12:26 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-08-04 03:12:26 -0400 |
commit | 1741c80fe4f9dd896d4c8912b2ba35b14500ca1c (patch) | |
tree | cfdcb49cc929b023b71ecd9e126eff4830d77a0c /balance.cc | |
parent | f570e6644fce27b612562282b11d00fd0691873d (diff) | |
download | fork-ledger-1741c80fe4f9dd896d4c8912b2ba35b14500ca1c.tar.gz fork-ledger-1741c80fe4f9dd896d4c8912b2ba35b14500ca1c.tar.bz2 fork-ledger-1741c80fe4f9dd896d4c8912b2ba35b14500ca1c.zip |
rewrote the way registers are computed -- again
Diffstat (limited to 'balance.cc')
-rw-r--r-- | balance.cc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,4 @@ #include "ledger.h" -#include "balance.h" namespace ledger { @@ -86,7 +85,6 @@ void balance_t::write(std::ostream& out, } } - balance_pair_t::balance_pair_t(const transaction_t& xact) : quantity(xact.amount), cost(xact.cost) {} |