diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-07 10:24:46 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:38 -0400 |
commit | 06e7c2820242ea5130a63305836f822ccb409a92 (patch) | |
tree | d59d4ad1e85c0319cebe203858bf1924ffa1d205 /src/qif.cc | |
parent | 7868a53b70bd08b79007386dbb5b1590bfb2e457 (diff) | |
download | fork-ledger-06e7c2820242ea5130a63305836f822ccb409a92.tar.gz fork-ledger-06e7c2820242ea5130a63305836f822ccb409a92.tar.bz2 fork-ledger-06e7c2820242ea5130a63305836f822ccb409a92.zip |
Rearranged many method names.
Diffstat (limited to 'src/qif.cc')
-rw-r--r-- | src/qif.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ unsigned int qif_parser_t::parse(std::istream& in, unsigned char prec = xact->amount->commodity().precision(); if (! def_commodity) { - def_commodity = amount_t::default_pool->find_or_create("$"); + def_commodity = amount_t::current_pool->find_or_create("$"); assert(def_commodity); } xact->amount->set_commodity(*def_commodity); |