change return type of Editor::axis_view_from_route()
This commit is contained in:
@@ -4873,7 +4873,7 @@ Editor::region_view_removed ()
|
||||
_summary->set_dirty ();
|
||||
}
|
||||
|
||||
TimeAxisView*
|
||||
RouteTimeAxisView*
|
||||
Editor::axis_view_from_route (boost::shared_ptr<Route> r) const
|
||||
{
|
||||
TrackViewList::const_iterator j = track_views.begin ();
|
||||
|
||||
@@ -1045,7 +1045,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
||||
/* track views */
|
||||
TrackViewList track_views;
|
||||
std::pair<TimeAxisView*, double> trackview_by_y_position (double);
|
||||
TimeAxisView* axis_view_from_route (boost::shared_ptr<ARDOUR::Route>) const;
|
||||
RouteTimeAxisView* axis_view_from_route (boost::shared_ptr<ARDOUR::Route>) const;
|
||||
|
||||
TrackViewList get_tracks_for_range_action () const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user