mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
fix comment (method is now a template)
This commit is contained in:
parent
99de9ac6de
commit
92b3d40e3d
1 changed files with 2 additions and 1 deletions
|
|
@ -112,7 +112,8 @@ CoreSelection::select_adjacent_stripable (bool mixer_order, bool routes_only,
|
|||
}
|
||||
}
|
||||
|
||||
/* no previous, wrap around ... find first usable stripable from the back
|
||||
/* no next/previous, wrap around ... find first usable stripable from
|
||||
* the appropriate end.
|
||||
*/
|
||||
|
||||
for (IterTypeCore s = (stripables.*begin_method)(); s != (stripables.*end_method)(); ++s) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue