- Converted from A3 to A3t.
This commit is contained in:
Paul Beckingham 2014-04-24 12:28:37 -04:00
parent fd0eb4a683
commit bd69f8ad6c

View file

@ -48,7 +48,7 @@ int CmdGet::execute (std::string& output)
{
// Obtain the arguments from the description. That way, things like '--'
// have already been handled.
std::vector <std::string> words = context.a3.extract_words ();
std::vector <std::string> words = context.a3t.getWords ();
if (words.size () == 0)
throw std::string (STRING_CMD_GET_NO_DOM);