From cbf20217dc8e635d303d15863d8d7f46143b7d2b Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 16 Jun 2015 21:54:38 -0400 Subject: [PATCH] CmdTimesheet: Converted from CLI to CLI2 --- 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 616e2cbd1..23bfee6b1 100644 --- a/src/commands/CmdTimesheet.cpp +++ b/src/commands/CmdTimesheet.cpp @@ -72,7 +72,7 @@ int CmdTimesheet::execute (std::string& output) // Determine how many reports to run. int quantity = 1; - std::vector words = context.cli.getWords (); + std::vector words = context.cli2.getWords (); if (words.size () == 1) quantity = strtol (words[0].c_str (), NULL, 10);;