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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/redirect_selection.h b/gtk2_ardour/redirect_selection.h
index 3695f85c60..5bcd77cfe4 100644
--- a/gtk2_ardour/redirect_selection.h
+++ b/gtk2_ardour/redirect_selection.h
@@ -2,11 +2,12 @@
#define __ardour_gtk_redirect_selection_h__
#include <list>
+#include <boost/shared_ptr.hpp>
namespace ARDOUR {
class Redirect;
}
-struct RedirectSelection : list<ARDOUR::Redirect*> {};
+struct RedirectSelection : list<boost::shared_ptr<ARDOUR::Redirect> > {};
#endif /* __ardour_gtk_redirect_selection_h__ */