X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Flegatize.cc;h=4d3d0f7d0e78e3b0341b0abb0f912355af6b6cb2;hb=424cacfbc83516d9e935bd93135e58b34dcfc002;hp=0c118a6a48fcb136466bd14df1a2f4fd7fbd49eb;hpb=ced4378d0914bcfb926267772c45d1d23f3bed38;p=ardour.git diff --git a/libs/ardour/legatize.cc b/libs/ardour/legatize.cc index 0c118a6a48..4d3d0f7d0e 100644 --- a/libs/ardour/legatize.cc +++ b/libs/ardour/legatize.cc @@ -34,7 +34,7 @@ Legatize::operator()(boost::shared_ptr model, Evoral::Beats position, std::vector& seqs) { - MidiModel::NoteDiffCommand* cmd = new MidiModel::NoteDiffCommand(model, "legatize"); + MidiModel::NoteDiffCommand* cmd = new MidiModel::NoteDiffCommand(model, name ()); for (std::vector::iterator s = seqs.begin(); s != seqs.end(); ++s) { for (Legatize::Notes::iterator i = (*s).begin(); i != (*s).end();) {