fix the naming and behavior of always-play-range to match the button, which is follow...
[ardour.git] / libs / ardour / ardour / session.h
index de2dc6189e0907bf21a2fbde6ec83ab1eaad5190..f9affaa78dc14ec373e2102fbe6d82238adfeea5 100644 (file)
@@ -502,6 +502,7 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop
        framepos_t transport_frame () const {return _transport_frame; }
        framepos_t audible_frame () const;
        framepos_t requested_return_frame() const { return _requested_return_frame; }
+       void set_requested_return_frame(framepos_t return_to);
 
        enum PullupFormat {
                pullup_Plus4Plus1,