From 9a9e07c3fccd8465372e1b29c16daae96cda69c2 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 24 Apr 2014 12:20:20 -0400 Subject: [PATCH] CmdShow - Converted from A3 to A3t. --- src/commands/CmdShow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdShow.cpp b/src/commands/CmdShow.cpp index b013e575c..fb10373c5 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -56,7 +56,7 @@ int CmdShow::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_SHOW_ARGS);