CmdImport

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

View file

@ -54,7 +54,7 @@ int CmdImport::execute (std::string& output)
int count = 0;
// Use the description as a file name.
std::vector <std::string> words = context.a3.extract_words ();
std::vector <std::string> words = context.a3t.getWords ();
if (! words.size ())
throw std::string (STRING_CMD_IMPORT_NOFILE);