summaryrefslogtreecommitdiff
path: root/quotes.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-19 03:01:24 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-19 03:01:24 -0400
commit61cc6c5a9a7f1439ed96d362176ab8b54bf5a8ed (patch)
treea8f28dead966094aedc6f3627d12cca8eb88b854 /quotes.h
parentf62a4906d1a8886fa086f5bd6a41b8597a31b1d4 (diff)
downloadfork-ledger-61cc6c5a9a7f1439ed96d362176ab8b54bf5a8ed.tar.gz
fork-ledger-61cc6c5a9a7f1439ed96d362176ab8b54bf5a8ed.tar.bz2
fork-ledger-61cc6c5a9a7f1439ed96d362176ab8b54bf5a8ed.zip
fixes to quote downloading
Diffstat (limited to 'quotes.h')
-rw-r--r--quotes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quotes.h b/quotes.h
index 8faa601a..a6e05cb1 100644
--- a/quotes.h
+++ b/quotes.h
@@ -19,9 +19,9 @@ class quotes_by_script : public commodity_t::updater_t
cache_dirty(_cache_dirty) {}
virtual void operator()(commodity_t * commodity,
+ const std::time_t moment,
const std::time_t date,
- const amount_t& price,
- const std::time_t moment);
+ amount_t& price);
};
} // namespace ledger