From 2cf9ad8f8c21cc445c8eabc6856fd9956926203f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 17 Oct 2019 15:44:57 -0600 Subject: refactor SessionEvent and DiskIO so that we pass around boost::shared_ptr rather than Route (this the raw pointers used inside SessionEvent) --- libs/ardour/ardour/session.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/ardour/session.h') diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h index decf9f7991..2c760a6b1e 100644 --- a/libs/ardour/ardour/session.h +++ b/libs/ardour/ardour/session.h @@ -456,7 +456,7 @@ public: void allow_auto_play (bool yn); void request_transport_speed (double speed, bool as_default = true, TransportRequestSource origin = TRS_UI); void request_transport_speed_nonzero (double, bool as_default = true, TransportRequestSource origin = TRS_UI); - void request_overwrite_buffer (boost::shared_ptr); + void request_overwrite_buffer (boost::shared_ptr); void adjust_playback_buffering(); void adjust_capture_buffering(); @@ -1685,7 +1685,7 @@ private: void set_play_loop (bool yn, double speed); void unset_play_loop (); - void overwrite_some_buffers (Track *); + void overwrite_some_buffers (boost::shared_ptr); void flush_all_inserts (); int micro_locate (samplecnt_t distance); -- cgit v1.2.3