data: Renamed getUntrackedRanges to getUntracked for consistency

This commit is contained in:
Paul Beckingham 2016-05-13 21:20:28 -04:00
parent 6e85581c8a
commit 7c8f4979e4
3 changed files with 19 additions and 19 deletions

View file

@ -610,7 +610,7 @@ std::vector <Interval> getTracked (
////////////////////////////////////////////////////////////////////////////////
// Untracked time is that which is not excluded, and not filled. Gaps.
std::vector <Range> getUntrackedRanges (
std::vector <Range> getUntracked (
Database& database,
const Rules& rules,
Interval& filter)