change name of a Session method to makes its intended function clear
[ardour.git] / libs / ardour / ardour / public_diskstream.h
index 4700e7b6be8c84d717c541695abfd1888fb3baa7..1fc93a66749226273869de55666d13f48bf9ecb6 100644 (file)
@@ -60,7 +60,7 @@ public:
        virtual void transport_stopped_wallclock (struct tm &, time_t, bool) = 0;
        virtual bool pending_overwrite () const = 0;
        virtual double speed () const = 0;
-       virtual void prepare_to_stop (framepos_t) = 0;
+       virtual void prepare_to_stop (framepos_t,framepos_t) = 0;
        virtual void set_slaved (bool) = 0;
        virtual ChanCount n_channels () = 0;
        virtual framepos_t get_capture_start_frame (uint32_t n = 0) const = 0;