- Uses the correct filter.
This commit is contained in:
Paul Beckingham 2014-05-27 22:43:58 -04:00
parent 50bfb6881a
commit 67d42b5241

View file

@ -69,7 +69,7 @@ int CmdTags::execute (std::string& output)
// Apply filter.
Filter filter;
std::vector <Task> filtered;
filter.subset (filtered);
filter.subset (tasks, filtered);
// Scan all the tasks for their project name, building a map using project
// names as keys.