From 7da9b6b2edb62f7f0207a76efe19ea02e157e337 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 24 Apr 2014 12:25:31 -0400 Subject: [PATCH] CmdColumns - Converted from A3 to A3t. --- src/commands/CmdColumns.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdColumns.cpp b/src/commands/CmdColumns.cpp index 5b497de67..3eea09b4d 100644 --- a/src/commands/CmdColumns.cpp +++ b/src/commands/CmdColumns.cpp @@ -51,7 +51,7 @@ int CmdColumns::execute (std::string& output) { // Obtain the arguments from the description. That way, things like '--' // have already been handled. - std::vector words = context.a3.extract_words (); + std::vector words = context.a3t.getWords (); if (words.size () > 1) throw std::string (STRING_CMD_COLUMNS_ARGS);