From 51a735cfba8861826c7e6aedcfccf57d2a5035a4 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 24 Apr 2014 12:29:28 -0400 Subject: [PATCH] CmdImport - Converted from A3 to A3t. --- src/commands/CmdImport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);