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

@@ -300,8 +300,7 @@ int CmdInfo::execute (std::string& output)
}
// tags ...
std::vector <std::string> tags;
task.getTags (tags);
auto tags = task.getTags ();
if (tags.size ())
{
auto allTags = join (" ", tags);