mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 18:06:42 +02:00
CmdCalendar
- Converted from A3::extract_words to A3t::getWords.
This commit is contained in:
parent
7fdd014c2f
commit
e0254b1b71
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ int CmdCalendar::execute (std::string& output)
|
||||||
int argYear = 0;
|
int argYear = 0;
|
||||||
bool argWholeYear = false;
|
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;
|
std::vector <std::string>::iterator arg;
|
||||||
for (arg = words.begin (); arg != words.end (); ++arg)
|
for (arg = words.begin (); arg != words.end (); ++arg)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue