summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_streamview.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-08-05 13:35:43 +0000
committerCarl Hetherington <carl@carlh.net>2010-08-05 13:35:43 +0000
commite7a2b99f3d4f7afe73a30ac85e770e228785c1be (patch)
tree3b959b78a8d34717e0190f4813225372a4bb3c22 /gtk2_ardour/automation_streamview.h
parent355c079f1050fbf38327e92ac890d44f2d402031 (diff)
Clean up handling of track vs region automation a bit.
git-svn-id: svn://localhost/ardour2/branches/3.0@7544 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/automation_streamview.h')
-rw-r--r--gtk2_ardour/automation_streamview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/automation_streamview.h b/gtk2_ardour/automation_streamview.h
index 8c5acdcbd1..8afacd79cf 100644
--- a/gtk2_ardour/automation_streamview.h
+++ b/gtk2_ardour/automation_streamview.h
@@ -64,6 +64,8 @@ class AutomationStreamView : public StreamView
void get_selectables (nframes_t, nframes_t, double, double, std::list<Selectable*> &);
void set_selected_points (PointSelection &);
+ std::list<boost::shared_ptr<AutomationLine> > get_lines () const;
+
private:
void setup_rec_box ();