X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Flegatize.h;h=74c4d112df6443d3c1efe9ed96aabbcea282e69c;hb=7db12f6b128eef0d63dd6a8eda3d04f4dab1fc79;hp=aba65682a66267948f4b1f00227db9ee37105988;hpb=9283bee867ce788465f3e48ed889cd324e098e64;p=ardour.git diff --git a/libs/ardour/ardour/legatize.h b/libs/ardour/ardour/legatize.h index aba65682a6..74c4d112df 100644 --- a/libs/ardour/ardour/legatize.h +++ b/libs/ardour/ardour/legatize.h @@ -39,10 +39,10 @@ public: Legatize(bool shrink_only); ~Legatize(); - typedef Evoral::Sequence::Notes Notes; + typedef Evoral::Sequence::Notes Notes; Command* operator()(boost::shared_ptr model, - Evoral::Beats position, + Temporal::Beats position, std::vector& seqs); std::string name () const { return (_shrink_only ? std::string ("remove overlap") : std::string ("legatize")); }