summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-05-27 20:07:13 +0000
committerCarl Hetherington <carl@carlh.net>2012-05-27 20:07:13 +0000
commitf722858e43e3f26736254a27f5517019ae372305 (patch)
treeb0fb8a86bb84a1db138b3eabade5ab7e61c9449c /gtk2_ardour/time_axis_view.h
parentd33c0d96fb1a44fe25115ab668495be8c712395e (diff)
Patch from tophatdave to improve display of timestretch in
stacked layers mode (#4379). git-svn-id: svn://localhost/ardour2/branches/3.0@12460 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index ba69b3b154..5966d78ed8 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -157,7 +157,7 @@ class TimeAxisView : public virtual AxisView
virtual void show_selection (TimeSelection&);
virtual void hide_selection ();
virtual void reshow_selection (TimeSelection&);
- virtual void show_timestretch (framepos_t start, framepos_t end);
+ virtual void show_timestretch (framepos_t start, framepos_t end, int layers, int layer);
virtual void hide_timestretch ();
/* editing operations */