summaryrefslogtreecommitdiff
path: root/quotes.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-21 03:54:27 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-21 03:54:27 -0400
commitb03041698277591677f303afd4c0d715ea844ba8 (patch)
tree0a9be7f6d3898b202ba804e37defe7c2cb6fb1ac /quotes.h
parent9350433499396d804c1343bc772894a248434a47 (diff)
downloadfork-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quotes.h b/quotes.h
index a6e05cb1..8418b074 100644
--- a/quotes.h
+++ b/quotes.h
@@ -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);
};