Remove internal edit mode and add "content" tool.
[ardour.git] / gtk2_ardour / route_time_axis.h
index 008ed932de2c0bc4b105919218f10f5e2e5ae4a3..7ea86e9b1b38e2eca97a36e36dcda11ab88b0eb6 100644 (file)
@@ -100,7 +100,7 @@ public:
 
        /* Editing operations */
        void cut_copy_clear (Selection&, Editing::CutCopyOp);
-       bool paste (ARDOUR::framepos_t, unsigned paste_count, float times, const Selection&, ItemCounts&);
+       bool paste (ARDOUR::framepos_t, const Selection&, PasteContext& ctx);
        RegionView* combine_regions ();
        void uncombine_regions ();
        void uncombine_region (RegionView*);