summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-01-10 12:08:17 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-01-10 12:08:17 -0500
commit5154f58caa234db297738cbfea00a9d11a4eea19 (patch)
tree7050add13fae4f2960e748e61bbf5dedf665b42c /gtk2_ardour/streamview.h
parentaa1933ef8ac91e35af72b35e930b8c97f1e0fa4f (diff)
fix thinko related to streamview construction that caused bad placement/display of MIDI automation/CC tracks
Diffstat (limited to 'gtk2_ardour/streamview.h')
-rw-r--r--gtk2_ardour/streamview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index c54d5dea70..e7608cb02c 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -127,7 +127,7 @@ public:
sigc::signal<void> ContentsHeightChanged;
protected:
- StreamView (RouteTimeAxisView&);
+ StreamView (RouteTimeAxisView&, ArdourCanvas::Group* canvas_group = 0);
void transport_changed();
void transport_looped();