mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 14:17:21 +01:00
Fix typo in dea8ee7f
This commit is contained in:
parent
dea8ee7f38
commit
18cf003aa9
1 changed files with 1 additions and 1 deletions
|
|
@ -1088,7 +1088,7 @@ MixerStrip::bundle_output_chosen (boost::shared_ptr<ARDOUR::Bundle> c)
|
|||
return;
|
||||
}
|
||||
|
||||
route->output()->connect_ports_to_bundle (c, true, true, this);
|
||||
_route->output()->connect_ports_to_bundle (c, true, true, this);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue