fix thinko related to streamview construction that caused bad placement/display of...
[ardour.git] / gtk2_ardour / streamview.h
index c54d5dea70c47b59f6df13d88275b6ce569413b3..e7608cb02ca79db26de6f11ce4587f453bcd6622 100644 (file)
@@ -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();