summaryrefslogtreecommitdiff
path: root/amount.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 /amount.h
parentf62a4906d1a8886fa086f5bd6a41b8597a31b1d4 (diff)
downloadfork-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/amount.h b/amount.h
index c94b5dc1..040c3ff3 100644
--- a/amount.h
+++ b/amount.h
@@ -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;