From 6a5d805b383cd71bb1d0984964439c5ec08e9270 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 22 Jun 2014 11:41:05 -0400 Subject: more canvas refactoring. Remove Canvas::Layout, use Canvas::Container for the same purpose, move child-rendering into Item::render_children() so that it could theoretically be used by any derived type. --- gtk2_ardour/tape_region_view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/tape_region_view.h') diff --git a/gtk2_ardour/tape_region_view.h b/gtk2_ardour/tape_region_view.h index 4729328625..6361683362 100644 --- a/gtk2_ardour/tape_region_view.h +++ b/gtk2_ardour/tape_region_view.h @@ -27,7 +27,7 @@ class TapeAudioRegionView : public AudioRegionView { public: - TapeAudioRegionView (ArdourCanvas::Layout *, + TapeAudioRegionView (ArdourCanvas::Container *, RouteTimeAxisView&, boost::shared_ptr, double initial_samples_per_pixel, -- cgit v1.2.3