diff options
author | John Wiegley <johnw@newartisans.com> | 2005-02-01 02:38:38 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:40:53 -0400 |
commit | a151daddc3468d832d8c52109b4f5494100b77f5 (patch) | |
tree | 6b3969eb09f43011eafe24c68b52df41bc55f4df | |
parent | 00d0a58162a6e7a002c4134c9ad6428bddfd959a (diff) | |
download | fork-ledger-a151daddc3468d832d8c52109b4f5494100b77f5.tar.gz fork-ledger-a151daddc3468d832d8c52109b4f5494100b77f5.tar.bz2 fork-ledger-a151daddc3468d832d8c52109b4f5494100b77f5.zip |
(class journal_t): Added `price_db' member, which is the price
database used to read in historical prices for a given journal.
-rw-r--r-- | journal.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -312,6 +312,7 @@ class journal_t account_t * master; entries_list entries; strings_list sources; + std::string price_db; char * item_pool; char * item_pool_end; |