Task: Improved method signature

This commit is contained in:
Paul Beckingham 2016-12-31 15:44:13 -05:00
parent 6c9660aee8
commit fab2979b87
6 changed files with 9 additions and 24 deletions

View file

@ -145,8 +145,7 @@ int CmdStats::execute (std::string& output)
task.getAnnotations (annotations);
annotationsT += annotations.size ();
std::vector <std::string> tags;
task.getTags (tags);
auto tags = task.getTags ();
if (tags.size ())
++taggedT;