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))