mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Consistent default argument for virtual fn.
This commit is contained in:
parent
12a5102713
commit
43f329256e
2 changed files with 2 additions and 2 deletions
|
|
@ -299,7 +299,7 @@ public:
|
|||
* @param yn true to follow playhead, otherwise false.
|
||||
* @param catch_up true to reset the editor view to show the playhead (if yn == true), otherwise false.
|
||||
*/
|
||||
virtual void set_follow_playhead (bool yn, bool catch_up = false) = 0;
|
||||
virtual void set_follow_playhead (bool yn, bool catch_up = true) = 0;
|
||||
|
||||
/** Toggle whether the editor is following the playhead */
|
||||
virtual void toggle_follow_playhead () = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue