change name of a Session method to makes its intended function clear
[ardour.git] / libs / ardour / ardour / public_diskstream.h
index c150ca93b0a35b965bf430ee5a853897a6a903ba..1fc93a66749226273869de55666d13f48bf9ecb6 100644 (file)
@@ -27,7 +27,7 @@ class Source;
 class Location;
 
 /** Public interface to a Diskstream */
-class PublicDiskstream
+class LIBARDOUR_API PublicDiskstream
 {
 public:
        virtual ~PublicDiskstream() {}
@@ -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;