CmdReportDay: Replaced getTrackedIntervals with getTracked

This commit is contained in:
Paul Beckingham 2016-05-13 17:22:54 -04:00
parent 89b4c389bc
commit af8461ade0

View file

@ -55,7 +55,7 @@ int CmdReportDay (
// Load the data.
auto exclusions = getAllExclusions (rules, filter.range);
auto tracked = getTrackedIntervals (database, rules, filter);
auto tracked = getTracked (database, rules, filter);
// Create a color palette.
auto palette = createPalette (rules);