Use boost::shared_ptr instead of raw pointers for RouteUI track (etc) accessors ...
[ardour.git] / gtk2_ardour / tape_region_view.h
index ed3852e3a961c067b4d5a6987a87fdffea9bb73e..048c9bcc5bbc59fd7b54fce08c697bedf9d51e27 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #ifndef __gtk_ardour_tape_audio_region_view_h__
@@ -30,7 +29,7 @@ class TapeAudioRegionView : public AudioRegionView
   public:
        TapeAudioRegionView (ArdourCanvas::Group *, 
                             RouteTimeAxisView&,
-                            ARDOUR::AudioRegion&,
+                            boost::shared_ptr<ARDOUR::AudioRegion>,
                             double initial_samples_per_unit,
                             Gdk::Color& base_color);
        ~TapeAudioRegionView ();