From 43f329256ea9e9e3f398c5e809e237d7aa890d6a Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 23 Nov 2017 10:45:04 +0100 Subject: Consistent default argument for virtual fn. --- gtk2_ardour/public_editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/public_editor.h') diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h index da024706cf..9fbdb106bc 100644 --- a/gtk2_ardour/public_editor.h +++ b/gtk2_ardour/public_editor.h @@ -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; -- cgit v1.2.3