X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=libs%2Fardour%2Fnote_fixer.cc;h=2d7bb67f6eb86e344ba99b381a3925081fc8ed55;hb=3d366053e2719ca0f129c16575ce481fcd214f61;hp=a2d943f775bdd2c19b77babe9d1540054e7d034d;hpb=30b087ab3d28f1585987fa3f6ae006562ae192e3;p=ardour.git diff --git a/libs/ardour/note_fixer.cc b/libs/ardour/note_fixer.cc index a2d943f775..2d7bb67f6e 100644 --- a/libs/ardour/note_fixer.cc +++ b/libs/ardour/note_fixer.cc @@ -126,7 +126,7 @@ NoteFixer::emit(Evoral::EventSink& dst, } NoteFixer::Event* -NoteFixer::copy_event(samplepos_t time, const Evoral::Event& ev) +NoteFixer::copy_event(samplepos_t time, const Evoral::Event& ev) { return new Event(ev.event_type(), time, ev.size(), ev.buffer()); }