forward port automation handling changes from 2.x, upto and including about rev 6981...
[ardour.git] / libs / ardour / ardour / internal_send.h
index 0764982a9302b5ed4dfd3580a5b3517e101679ac..d2a769982c8ef79d655539036b9c9cb88bdc45a1 100644 (file)
@@ -39,7 +39,7 @@ class InternalSend : public Send
        XMLNode& get_state(void);
        int set_state(const XMLNode& node, int version);
        
-       void run (BufferSet& bufs, sframes_t start_frame, sframes_t end_frame, nframes_t nframes, bool);
+       void run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, nframes_t nframes, bool);
        bool feeds (boost::shared_ptr<Route> other) const;
        bool can_support_io_configuration (const ChanCount& in, ChanCount& out) const;
        bool configure_io (ChanCount in, ChanCount out);