summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/ardour/session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index 1d8ef51453..124d48ac13 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -379,7 +379,7 @@ class Session : public PBD::StatefulDestructible
void request_roll_at_and_return (nframes_t start, nframes_t return_to);
void request_bounded_roll (nframes_t start, nframes_t end);
- void request_stop (bool clear_state = true, bool abort = false);
+ void request_stop (bool abort = false, bool clear_state = true);
void request_locate (nframes_t frame, bool with_roll = false);
void request_transport_speed (float speed);
void request_play_loop (bool yn, bool leave_rolling = false);