fix comment (method is now a template)

This commit is contained in:
Paul Davis 2018-08-24 14:11:00 -04:00
parent 99de9ac6de
commit 92b3d40e3d

View file

@ -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) {