From 5e3ca4db5cc356385e520643cfd279f393db4b51 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 5 Aug 2010 13:36:38 +0000 Subject: Support cut / copy / paste of MIDI automation. git-svn-id: svn://localhost/ardour2/branches/3.0@7545 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/route_time_axis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/route_time_axis.h') diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h index 6d832c8077..baef76ee61 100644 --- a/gtk2_ardour/route_time_axis.h +++ b/gtk2_ardour/route_time_axis.h @@ -93,7 +93,7 @@ public: /* Editing operations */ void cut_copy_clear (Selection&, Editing::CutCopyOp); - bool paste (nframes_t, float times, Selection&, size_t nth); + bool paste (ARDOUR::framepos_t, float times, Selection&, size_t nth); TimeAxisView::Children get_child_list(); -- cgit v1.2.3