From 40aa65254a96a0f06866d1eb1dc9d811ff4f3608 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 21 Jan 2016 12:24:28 -0500 Subject: fix rebase issue from master --- libs/ardour/session.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs') diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index 6c25270421..4a18d44a4a 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -1839,7 +1839,7 @@ Session::set_all_tracks_record_enabled (bool enable ) for (RouteList::iterator i = rl->begin(); i != rl->end(); ++i) { boost::shared_ptr tr = boost::dynamic_pointer_cast (*i); if (tr) { - tr->set_record_enabled (enable, this); + tr->set_record_enabled (enable, Controllable::NoGroup); } } } -- cgit v1.2.3