summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_region_view.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-02-19 23:37:46 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-02-19 23:37:46 -0500
commit6e38ecc158c13dc7eafe74f018f7887d5514b0be (patch)
tree2ec0d7501aa08f7a3f2665f44dc2befefe7fd916 /gtk2_ardour/automation_region_view.h
parenta9cdd5f2c81063cc8f411520e0a5b28e04507ca4 (diff)
manually applied equivalent of 1d82f4ca07a38342e0815cd6b695b96d72386f39 in master (git could not apply successfully)
Diffstat (limited to 'gtk2_ardour/automation_region_view.h')
-rw-r--r--gtk2_ardour/automation_region_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_region_view.h b/gtk2_ardour/automation_region_view.h
index 21c1bfcd87..726ce85d31 100644
--- a/gtk2_ardour/automation_region_view.h
+++ b/gtk2_ardour/automation_region_view.h
@@ -65,7 +65,7 @@ protected:
bool set_position(framepos_t pos, void* src, double* ignored);
void region_resized (const PBD::PropertyChange&);
bool canvas_event(GdkEvent* ev);
- void add_automation_event (GdkEvent* event, framepos_t when, double y);
+ void add_automation_event (GdkEvent* event, framepos_t when, double y, bool with_guard_points);
void entered (bool);
void exited();