summaryrefslogtreecommitdiff
path: root/src/iterators.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-06-18 01:48:01 +0100
committerJohn Wiegley <johnw@newartisans.com>2009-06-18 01:49:49 +0100
commit1fd4387b678782f2ed90484d36f8980b64d58aa3 (patch)
tree55dd6deb43c90f873e751ff4318e674648221649 /src/iterators.h
parent47d237e18b7902f54ec36ff359ae6e6d0738c67e (diff)
downloadfork-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.h2
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() {