summaryrefslogtreecommitdiff
path: root/libs/ardour/legatize.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/legatize.cc')
-rw-r--r--libs/ardour/legatize.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/legatize.cc b/libs/ardour/legatize.cc
index b3c5775b41..cd45d430f3 100644
--- a/libs/ardour/legatize.cc
+++ b/libs/ardour/legatize.cc
@@ -31,7 +31,7 @@ Legatize::~Legatize ()
Command*
Legatize::operator()(boost::shared_ptr<ARDOUR::MidiModel> model,
- Temporal::Beats position,
+ Temporal::Beats position,
std::vector<Legatize::Notes>& seqs)
{
MidiModel::NoteDiffCommand* cmd = new MidiModel::NoteDiffCommand(model, name ());