From 42c078d0b7a93e5918ebbc8d504498a3c1a71e23 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 24 Apr 2014 12:30:56 -0400 Subject: [PATCH] CmdTimesheet - Converted from A3 to A3t. --- src/commands/CmdTimesheet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdTimesheet.cpp b/src/commands/CmdTimesheet.cpp index 8380cfcbb..8852bf1cd 100644 --- a/src/commands/CmdTimesheet.cpp +++ b/src/commands/CmdTimesheet.cpp @@ -73,7 +73,7 @@ int CmdTimesheet::execute (std::string& output) // Determine how many reports to run. int quantity = 1; - std::vector words = context.a3.extract_words (); + std::vector words = context.a3t.getWords (); if (words.size () == 1) quantity = strtol (words[0].c_str (), NULL, 10);;