CmdCalendar

- Converted from A3::extract_words to A3t::getWords.
This commit is contained in:
Paul Beckingham 2014-04-24 12:24:28 -04:00
parent 7fdd014c2f
commit e0254b1b71

View file

@ -103,7 +103,7 @@ int CmdCalendar::execute (std::string& output)
int argYear = 0;
bool argWholeYear = false;
std::vector <std::string> words = context.a3.extract_words ();
std::vector <std::string> words = context.a3t.getWords ();
std::vector <std::string>::iterator arg;
for (arg = words.begin (); arg != words.end (); ++arg)