subtle changes to accomplish two goals (1) playhead should stop where the user presse...
[ardour.git] / libs / ardour / track.cc
index d463be598f22fdc0021b7a3b3bdcb9e0beaca80a..222c2d81ba22022f29b2fedb0d6448a3c8da63b0 100644 (file)
@@ -766,9 +766,9 @@ Track::speed () const
 }
 
 void
-Track::prepare_to_stop (framepos_t p)
+Track::prepare_to_stop (framepos_t t, framepos_t a)
 {
-       _diskstream->prepare_to_stop (p);
+       _diskstream->prepare_to_stop (t, a);
 }
 
 void