CmdCalendar: Converted from CLI to CLI2

This commit is contained in:
Paul Beckingham 2015-06-16 21:52:48 -04:00
parent 46060c63c9
commit af9e7fa7fa

View file

@ -102,7 +102,7 @@ int CmdCalendar::execute (std::string& output)
int argYear = 0;
bool argWholeYear = false;
std::vector <std::string> words = context.cli.getWords ();
std::vector <std::string> words = context.cli2.getWords ();
for (auto& arg : words)
{