From af9e7fa7fa2280c6c577e8df03e12e9a23abf49e Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Tue, 16 Jun 2015 21:52:48 -0400 Subject: [PATCH] CmdCalendar: Converted from CLI to CLI2 --- src/commands/CmdCalendar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdCalendar.cpp b/src/commands/CmdCalendar.cpp index 5a66b2d13..4011b610c 100644 --- a/src/commands/CmdCalendar.cpp +++ b/src/commands/CmdCalendar.cpp @@ -102,7 +102,7 @@ int CmdCalendar::execute (std::string& output) int argYear = 0; bool argWholeYear = false; - std::vector words = context.cli.getWords (); + std::vector words = context.cli2.getWords (); for (auto& arg : words) {