Bug: Fixed missing 'due' examples from 'columns' report

This commit is contained in:
Paul Beckingham
2015-07-17 16:37:12 -04:00
parent 340acc562b
commit 9ea0bc6f07

View File

@@ -43,7 +43,7 @@ ColumnDue::ColumnDue ()
Date now;
now += 125;
_examples = {Duration (now - Date ()).formatCompact ()};
_examples.push_back (Duration (now - Date ()).formatCompact ());
}
////////////////////////////////////////////////////////////////////////////////