(class journal_t): Added `price_db' member, which is the price

database used to read in historical prices for a given journal.
This commit is contained in:
John Wiegley 2005-02-01 02:38:38 +00:00
parent 00d0a58162
commit a151daddc3

View file

@ -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;