From 7fdd014c2f0d9624376d4a879f0db05bd0dc9aeb Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 24 Apr 2014 12:22:46 -0400 Subject: [PATCH] CmdColor - Converted from A3 to A3t. --- src/commands/CmdColor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdColor.cpp b/src/commands/CmdColor.cpp index 90d8e62fd..e2523fe47 100644 --- a/src/commands/CmdColor.cpp +++ b/src/commands/CmdColor.cpp @@ -54,7 +54,7 @@ int CmdColor::execute (std::string& output) #ifdef FEATURE_COLOR // Get the non-attribute, non-fancy command line arguments. bool legend = false; - std::vector words = context.a3.extract_words (); + std::vector words = context.a3t.getWords (); std::vector ::iterator word; for (word = words.begin (); word != words.end (); ++word) if (closeEnough ("legend", *word))