diff options
author | John Wiegley <johnw@newartisans.com> | 2004-08-19 03:01:24 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-08-19 03:01:24 -0400 |
commit | 61cc6c5a9a7f1439ed96d362176ab8b54bf5a8ed (patch) | |
tree | a8f28dead966094aedc6f3627d12cca8eb88b854 /amount.h | |
parent | f62a4906d1a8886fa086f5bd6a41b8597a31b1d4 (diff) | |
download | fork-ledger-61cc6c5a9a7f1439ed96d362176ab8b54bf5a8ed.tar.gz fork-ledger-61cc6c5a9a7f1439ed96d362176ab8b54bf5a8ed.tar.bz2 fork-ledger-61cc6c5a9a7f1439ed96d362176ab8b54bf5a8ed.zip |
fixes to quote downloading
Diffstat (limited to 'amount.h')
-rw-r--r-- | amount.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -201,9 +201,9 @@ class commodity_t public: virtual ~updater_t() {} 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) = 0; + amount_t& price) = 0; }; typedef unsigned long ident_t; |