CmdBurndown: Converted from CLI to CLI2

This commit is contained in:
Paul Beckingham 2015-06-16 21:52:31 -04:00
parent 672b6b0c66
commit 46060c63c9

View file

@ -209,7 +209,7 @@ Chart::Chart (char type)
_fix_rate = 0.0; _fix_rate = 0.0;
// Set the title. // Set the title.
std::vector <std::string> words = context.cli.getWords (); std::vector <std::string> words = context.cli2.getWords ();
std::string filter; std::string filter;
join (filter, " ", words); join (filter, " ", words);
_title = "(" + filter + ")"; _title = "(" + filter + ")";