diff options
author | John Wiegley <johnw@newartisans.com> | 2004-08-21 03:54:27 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-08-21 03:54:27 -0400 |
commit | b03041698277591677f303afd4c0d715ea844ba8 (patch) | |
tree | 0a9be7f6d3898b202ba804e37defe7c2cb6fb1ac /quotes.h | |
parent | 9350433499396d804c1343bc772894a248434a47 (diff) | |
download | fork-ledger-b03041698277591677f303afd4c0d715ea844ba8.tar.gz fork-ledger-b03041698277591677f303afd4c0d715ea844ba8.tar.bz2 fork-ledger-b03041698277591677f303afd4c0d715ea844ba8.zip |
fixes to how commodities are looked up using quotes.cc
Diffstat (limited to 'quotes.h')
-rw-r--r-- | quotes.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ class quotes_by_script : public commodity_t::updater_t virtual void operator()(commodity_t * commodity, const std::time_t moment, const std::time_t date, + const std::time_t last, amount_t& price); }; |