display results of a bounce in the region list
[ardour.git] / libs / ardour / send.cc
index 2b72fb9bdbdf660b856949528eeb1bdc5b08045b..b37168807e9e06f04435a12e51a7737bb7ef1526 100644 (file)
@@ -65,7 +65,7 @@ Send::Send (const Send& other)
 
 Send::~Send ()
 {
-       GoingAway (this);
+       GoingAway ();
 }
 
 XMLNode&
@@ -104,7 +104,7 @@ Send::set_state(const XMLNode& node)
 }
 
 void
-Send::run (vector<Sample *>& bufs, uint32_t nbufs, jack_nframes_t nframes, jack_nframes_t offset)
+Send::run (vector<Sample *>& bufs, uint32_t nbufs, nframes_t nframes, nframes_t offset)
 {
        if (active()) {