X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Ftape_region_view.h;h=048c9bcc5bbc59fd7b54fce08c697bedf9d51e27;hb=cd9fdb935f08966cc8c7170a39870e8adcae69d8;hp=ed3852e3a961c067b4d5a6987a87fdffea9bb73e;hpb=79fc27de2ef9db51a8c7c69764b663a9921c5a40;p=ardour.git diff --git a/gtk2_ardour/tape_region_view.h b/gtk2_ardour/tape_region_view.h index ed3852e3a9..048c9bcc5b 100644 --- a/gtk2_ardour/tape_region_view.h +++ b/gtk2_ardour/tape_region_view.h @@ -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, double initial_samples_per_unit, Gdk::Color& base_color); ~TapeAudioRegionView ();