From 7db12f6b128eef0d63dd6a8eda3d04f4dab1fc79 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 24 Sep 2017 12:03:54 -0400 Subject: convert codebase to use Temporal for various time types --- libs/ardour/note_fixer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/note_fixer.cc') 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()); } -- cgit v1.2.3