summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/selection.h')
-rw-r--r--libs/ardour/ardour/selection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/selection.h b/libs/ardour/ardour/selection.h
index 0c9493139a..36f2d48b23 100644
--- a/libs/ardour/ardour/selection.h
+++ b/libs/ardour/ardour/selection.h
@@ -116,7 +116,7 @@ class LIBARDOUR_API CoreSelection : public PBD::Stateful {
void send_selection_change ();
- template<typename IterTypeForward, typename IterTypeCore>
+ template<typename IterTypeCore>
void select_adjacent_stripable (bool mixer_order, bool routes_only,
IterTypeCore (StripableList::*begin_method)(),
IterTypeCore (StripableList::*end_method)());