consolidate BundleAdded/Remove signal
[ardour.git] / libs / ardour / ardour / track.h
index d33e24e4e684597bb35d0d88ed4da7c3250ebbeb..5e05ec373c67173771dea9d10955c2633749b3c7 100644 (file)
@@ -143,7 +143,7 @@ class LIBARDOUR_API Track : public Route, public PublicDiskstream
        void transport_stopped_wallclock (struct tm &, time_t, bool);
        bool pending_overwrite () const;
        double speed () const;
-       void prepare_to_stop (framepos_t);
+       void prepare_to_stop (framepos_t, framepos_t);
        void set_slaved (bool);
        ChanCount n_channels ();
        framepos_t get_capture_start_frame (uint32_t n = 0) const;