From bd69f8ad6c1f4b9fb14431e8353d9df5088ac3b6 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 24 Apr 2014 12:28:37 -0400 Subject: [PATCH] CmdGet - Converted from A3 to A3t. --- src/commands/CmdGet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdGet.cpp b/src/commands/CmdGet.cpp index 4b8e45512..afb76b84f 100644 --- a/src/commands/CmdGet.cpp +++ b/src/commands/CmdGet.cpp @@ -48,7 +48,7 @@ int CmdGet::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 () == 0) throw std::string (STRING_CMD_GET_NO_DOM);