try that one on for size (VST build fu)
[ardour.git] / gtk2_ardour / redirect_selection.h
index 3695f85c600b96855d2fee45efec0d6c631b6d73..5bcd77cfe47a3ab01603a502d05353097eae3bb2 100644 (file)
@@ -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__ */