From 3600f60a030de8bd5cca3fa983f3e926a084a1c0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 9 Aug 2010 17:27:56 +0000 Subject: Move get_child_list() into TimeAxisView. git-svn-id: svn://localhost/ardour2/branches/3.0@7574 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/time_axis_view.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/time_axis_view.h') diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h index 031b4e26f2..f8a30d5778 100644 --- a/gtk2_ardour/time_axis_view.h +++ b/gtk2_ardour/time_axis_view.h @@ -212,6 +212,7 @@ class TimeAxisView : public virtual AxisView, public PBD::Stateful virtual StreamView* view () const { return 0; } typedef std::vector > Children; + Children get_child_list (); SelectionRect* get_selection_rect(uint32_t id); -- cgit v1.2.3