diff --git a/src/commands/CmdBurndown.cpp b/src/commands/CmdBurndown.cpp index 760b894cb..756bdf47f 100644 --- a/src/commands/CmdBurndown.cpp +++ b/src/commands/CmdBurndown.cpp @@ -209,7 +209,7 @@ Chart::Chart (char type) _fix_rate = 0.0; // Set the title. - std::vector words = context.cli.getWords (); + std::vector words = context.cli2.getWords (); std::string filter; join (filter, " ", words); _title = "(" + filter + ")";