X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Ftape_region_view.h;h=a3aa7142ea0ea92d2927aa8dbcf2d2a4e828ae36;hb=9c4f5ac000ad91b55e4cf91317b7a89f6239870e;hp=048c9bcc5bbc59fd7b54fce08c697bedf9d51e27;hpb=99904735e066804358f1d0bd138a84f1e9ecda91;p=ardour.git diff --git a/gtk2_ardour/tape_region_view.h b/gtk2_ardour/tape_region_view.h index 048c9bcc5b..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,15 +27,15 @@ class TapeAudioRegionView : public AudioRegionView { public: - TapeAudioRegionView (ArdourCanvas::Group *, + TapeAudioRegionView (ArdourCanvas::Group *, RouteTimeAxisView&, boost::shared_ptr, double initial_samples_per_unit, - Gdk::Color& base_color); + Gdk::Color const & base_color); ~TapeAudioRegionView (); protected: - void init (Gdk::Color& base_color, bool wait_for_waves); + void init (Gdk::Color const & base_color, bool wait_for_waves); void set_frame_color (); void update (uint32_t n);