make zoom focus selector a little narrower
[ardour.git] / gtk2_ardour / route_selection.h
index 50797deed35255245415e72e2ff32a6966143ee8..8d5673a2eff4289d828eb280ed684b7e3740a4a2 100644 (file)
@@ -1,12 +1,14 @@
 #ifndef __ardour_gtk_route_selection_h__
 #define __ardour_gtk_route_selection_h__
 
+
+#include <boost/shared_ptr.hpp>
 #include <list>
 
 namespace ARDOUR {
        class Route;
 }
 
-struct RouteSelection : list<ARDOUR::Route*> {};
+struct RouteSelection : std::list<boost::shared_ptr<ARDOUR::Route> > {};
 
 #endif /* __ardour_gtk_route_selection_h__ */