change return type of Editor::axis_view_from_route()
[ardour.git] / gtk2_ardour / editor.h
index 1398936979151d3a31207efad60c46b3e081e805..a5a5a43d5c024740f6d774f254fa911ab4e2e725 100644 (file)
@@ -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;