summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_streamview.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/automation_streamview.h')
-rw-r--r--gtk2_ardour/automation_streamview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/automation_streamview.h b/gtk2_ardour/automation_streamview.h
index eed0bb7bbb..275b0f3b75 100644
--- a/gtk2_ardour/automation_streamview.h
+++ b/gtk2_ardour/automation_streamview.h
@@ -60,12 +60,12 @@ public:
void clear ();
- void get_selectables (ARDOUR::framepos_t, ARDOUR::framepos_t, double, double, std::list<Selectable*> &, bool within = false);
+ void get_selectables (ARDOUR::samplepos_t, ARDOUR::samplepos_t, double, double, std::list<Selectable*> &, bool within = false);
void set_selected_points (PointSelection &);
std::list<boost::shared_ptr<AutomationLine> > get_lines () const;
- bool paste (framepos_t pos,
+ bool paste (samplepos_t pos,
unsigned paste_count,
float times,
boost::shared_ptr<ARDOUR::AutomationList> list);