From 402cc384ced6cb152c8abe4294009fe0de0a6dea Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 9 Jul 2009 17:58:13 +0000 Subject: Back out big shared_ptr change. Moving to a branch. Apologies all. git-svn-id: svn://localhost/ardour2/branches/3.0@5343 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/audio_region_view.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/audio_region_view.h') diff --git a/gtk2_ardour/audio_region_view.h b/gtk2_ardour/audio_region_view.h index ce8d542586..826f58dece 100644 --- a/gtk2_ardour/audio_region_view.h +++ b/gtk2_ardour/audio_region_view.h @@ -49,13 +49,13 @@ class AudioRegionView : public RegionView { public: AudioRegionView (ArdourCanvas::Group *, - RouteTimeAxisViewPtr, + RouteTimeAxisView&, boost::shared_ptr, double initial_samples_per_unit, Gdk::Color const & basic_color); AudioRegionView (ArdourCanvas::Group *, - RouteTimeAxisViewPtr, + RouteTimeAxisView&, boost::shared_ptr, double samples_per_unit, Gdk::Color const & basic_color, @@ -101,7 +101,7 @@ class AudioRegionView : public RegionView void region_changed (ARDOUR::Change); void envelope_active_changed (); - GhostRegion* add_ghost (TimeAxisViewPtr); + GhostRegion* add_ghost (TimeAxisView&); void reset_fade_in_shape_width (nframes_t); void reset_fade_out_shape_width (nframes_t); -- cgit v1.2.3