mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Follow backend API change
This commit is contained in:
parent
40e3364c66
commit
58bbf358e9
1 changed files with 1 additions and 1 deletions
|
|
@ -704,7 +704,7 @@ GainMeterBase::set_route_group_meter_point (Route& route, MeterPoint mp)
|
|||
RouteGroup* route_group;
|
||||
|
||||
if ((route_group = route.route_group ()) != 0) {
|
||||
route_group->foreach_route (boost::bind (&Route::set_meter_point, _1, mp, false));
|
||||
route_group->foreach_route (boost::bind (&Route::set_meter_point, _1, mp));
|
||||
} else {
|
||||
route.set_meter_point (mp);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue