2.X commits up to and including 7519
[ardour.git] / libs / ardour / port_insert.cc
index 087d2577ad6c21b88cdb34eff76302225d726525..20c6b127d26f655ef9621a0fc2f89e805be8e536 100644 (file)
@@ -101,7 +101,7 @@ PortInsert::latency() const
 }
 
 void
-PortInsert::run (BufferSet& bufs, sframes_t start_frame, sframes_t end_frame, nframes_t nframes, bool)
+PortInsert::run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, nframes_t nframes, bool)
 {
        if (_output->n_ports().n_total() == 0) {
                return;