From fd0eb4a683458779fb2f4380523df88c06ed353f Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 24 Apr 2014 12:26:41 -0400 Subject: [PATCH] CmdConfig - Converted from A3 to A3t. --- src/commands/CmdConfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdConfig.cpp b/src/commands/CmdConfig.cpp index 347f7a0db..e185492a2 100644 --- a/src/commands/CmdConfig.cpp +++ b/src/commands/CmdConfig.cpp @@ -53,7 +53,7 @@ int CmdConfig::execute (std::string& output) std::stringstream out; // Get the non-attribute, non-fancy command line arguments. - std::vector words = context.a3.extract_words (); + std::vector words = context.a3t.getWords (); // Support: // task config name value # set name to value