summaryrefslogtreecommitdiff
path: root/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'value.h')
-rw-r--r--value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/value.h b/value.h
index bac12ec5..6c8bbe96 100644
--- a/value.h
+++ b/value.h
@@ -315,7 +315,7 @@ class value_t
const bool keep_tag = amount_t::keep_tag) const;
value_t& add(const amount_t& amount, const amount_t * cost = NULL);
- value_t value(const std::time_t moment) const;
+ value_t value(const datetime_t& moment) const;
void reduce();
value_t reduced() const {