summaryrefslogtreecommitdiff
path: root/gtk2_ardour/redirect_selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/redirect_selection.h')
-rw-r--r--gtk2_ardour/redirect_selection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/redirect_selection.h b/gtk2_ardour/redirect_selection.h
index d5f28cb301..0b3e0b2983 100644
--- a/gtk2_ardour/redirect_selection.h
+++ b/gtk2_ardour/redirect_selection.h
@@ -24,9 +24,9 @@
#include <boost/shared_ptr.hpp>
namespace ARDOUR {
- class Redirect;
+ class Insert;
}
-struct RedirectSelection : list<boost::shared_ptr<ARDOUR::Redirect> > {};
+struct InsertSelection : list<boost::shared_ptr<ARDOUR::Insert> > {};
#endif /* __ardour_gtk_redirect_selection_h__ */