summaryrefslogtreecommitdiff
path: root/amount.h
diff options
context:
space:
mode:
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;