X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Ftape_region_view.h;h=a3aa7142ea0ea92d2927aa8dbcf2d2a4e828ae36;hb=6ee23029a338951705c589be6c61ab52099758b6;hp=93b37dfbce8e9f685801ce1462a5acb4fd60cccd;hpb=4297071b3f7360b17d81ef9cf36b8d75d46d2818;p=ardour.git diff --git a/gtk2_ardour/tape_region_view.h b/gtk2_ardour/tape_region_view.h index 93b37dfbce..a3aa7142ea 100644 --- a/gtk2_ardour/tape_region_view.h +++ b/gtk2_ardour/tape_region_view.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2006 Paul Davis + Copyright (C) 2006 Paul Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -27,8 +27,8 @@ class TapeAudioRegionView : public AudioRegionView { public: - TapeAudioRegionView (ArdourCanvas::Group *, - RouteTimeAxisViewPtr, + TapeAudioRegionView (ArdourCanvas::Group *, + RouteTimeAxisView&, boost::shared_ptr, double initial_samples_per_unit, Gdk::Color const & base_color);