diff options
Diffstat (limited to 'src/times.h')
-rw-r--r-- | src/times.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/times.h b/src/times.h index 2d47d60b..54c1dc80 100644 --- a/src/times.h +++ b/src/times.h @@ -162,10 +162,10 @@ struct interval_t } void set_start(const date_t& moment) { - begin = moment; + begin = first(moment); } - date_t first(const optional<date_t>& moment = none) const; + date_t first(const optional<date_t>& moment = none); date_t increment(const date_t&) const; void parse(std::istream& in); |