summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_line.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/automation_line.h')
-rw-r--r--gtk2_ardour/automation_line.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/automation_line.h b/gtk2_ardour/automation_line.h
index ec6034ccf2..fdace9a6e6 100644
--- a/gtk2_ardour/automation_line.h
+++ b/gtk2_ardour/automation_line.h
@@ -138,6 +138,8 @@ class AutomationLine : public sigc::trackable, public PBD::StatefulDestructible
return _time_converter;
}
+ std::pair<ARDOUR::framepos_t, ARDOUR::framepos_t> get_point_x_range () const;
+
void set_maximum_time (ARDOUR::framepos_t);
ARDOUR::framepos_t maximum_time () const {
return _maximum_time;