From 15e0fa5286a128190fef11e36d1b65bbe8ea19ef Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 12 Aug 2015 11:29:13 -0400 Subject: [PATCH] CmdBurndown: Duration replaced by ISO8601p --- src/commands/CmdBurndown.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/CmdBurndown.cpp b/src/commands/CmdBurndown.cpp index 6511271d2..54c51194c 100644 --- a/src/commands/CmdBurndown.cpp +++ b/src/commands/CmdBurndown.cpp @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include #include #include @@ -935,7 +935,7 @@ void Chart::calculateRates (std::vector & sequence) int remaining_days = (int) (current_pending / (_fix_rate - _find_rate)); Date now; - Duration delta (remaining_days * 86400); + ISO8601p delta (remaining_days * 86400); now += delta; // Prefer dateformat.report over dateformat.