mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Add missing semicolon (Mixbus)
This commit is contained in:
parent
3cc30c73af
commit
4b86d19b27
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ US2400Protocol::get_sorted_stripables()
|
|||
if (s->mixbus()) {
|
||||
sorted.push_back (s);
|
||||
}
|
||||
break
|
||||
break;
|
||||
#else
|
||||
if (!is_track(s) && !s->presentation_info().hidden()) {
|
||||
sorted.push_back (s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue