diff options
author | John Wiegley <johnw@newartisans.com> | 2009-06-18 01:48:01 +0100 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-06-18 01:49:49 +0100 |
commit | 1fd4387b678782f2ed90484d36f8980b64d58aa3 (patch) | |
tree | 55dd6deb43c90f873e751ff4318e674648221649 /src/iterators.h | |
parent | 47d237e18b7902f54ec36ff359ae6e6d0738c67e (diff) | |
download | fork-ledger-1fd4387b678782f2ed90484d36f8980b64d58aa3.tar.gz fork-ledger-1fd4387b678782f2ed90484d36f8980b64d58aa3.tar.bz2 fork-ledger-1fd4387b678782f2ed90484d36f8980b64d58aa3.zip |
Restored pricesdb command and --pricesdb-format option
Diffstat (limited to 'src/iterators.h')
-rw-r--r-- | src/iterators.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iterators.h b/src/iterators.h index 67293c5c..ae2ddaf9 100644 --- a/src/iterators.h +++ b/src/iterators.h @@ -175,7 +175,7 @@ protected: std::list<post_t> post_temps; std::list<account_t> acct_temps; - xacts_list xact_temps; + xacts_list xact_temps; public: posts_commodities_iterator() { |