diff --git a/src/commands/CmdImport.cpp b/src/commands/CmdImport.cpp index 374e6d8c3..7f33ec426 100644 --- a/src/commands/CmdImport.cpp +++ b/src/commands/CmdImport.cpp @@ -54,7 +54,7 @@ int CmdImport::execute (std::string& output) int count = 0; // Use the description as a file name. - std::vector words = context.a3.extract_words (); + std::vector words = context.a3t.getWords (); if (! words.size ()) throw std::string (STRING_CMD_IMPORT_NOFILE);