Update Selection API to include all Stripables
[ardour.git] / gtk2_ardour / editor.h
index a2e3aacfa2cd0e99ae134f9674287a4b627d2573..dfc0ab2cb5e3ef280a8c134be6b63d911427860e 100644 (file)
@@ -192,7 +192,7 @@ public:
        void foreach_time_axis_view (sigc::slot<void,TimeAxisView&>);
        void add_to_idle_resize (TimeAxisView*, int32_t);
 
-       RouteTimeAxisView* get_route_view_by_route_id (const PBD::ID& id) const;
+       StripableTimeAxisView* get_stripable_time_axis_by_id (const PBD::ID& id) const;
 
        void consider_auditioning (boost::shared_ptr<ARDOUR::Region>);
        void hide_a_region (boost::shared_ptr<ARDOUR::Region>);