From 0db0d8510861f05bdd713b07062064bc8640f9e1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 24 Aug 2018 18:22:56 -0400 Subject: no reason for 2 template types in CoreSelection::select_adjacent_stripable() --- libs/ardour/ardour/selection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ardour') 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 + template void select_adjacent_stripable (bool mixer_order, bool routes_only, IterTypeCore (StripableList::*begin_method)(), IterTypeCore (StripableList::*end_method)()); -- cgit v1.2.3