diff options
author | John Wiegley <johnw@newartisans.com> | 2006-03-28 05:24:02 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:32 -0400 |
commit | 5a93d4819e5fc753352618b729e0fe45532166b9 (patch) | |
tree | 200220bfcc5642a9efd8847001aeac889ed79e7d /value.h | |
parent | c3c401ac0f43dfb3f71b818b45ef47578e6d390b (diff) | |
download | ledger-5a93d4819e5fc753352618b729e0fe45532166b9.tar.gz ledger-5a93d4819e5fc753352618b729e0fe45532166b9.tar.bz2 ledger-5a93d4819e5fc753352618b729e0fe45532166b9.zip |
Reworked the way date/times are handled.
Diffstat (limited to 'value.h')
-rw-r--r-- | value.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |