summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/region_view.h')
-rw-r--r--gtk2_ardour/region_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/region_view.h b/gtk2_ardour/region_view.h
index b33d6abf2c..e8bb0052cd 100644
--- a/gtk2_ardour/region_view.h
+++ b/gtk2_ardour/region_view.h
@@ -100,7 +100,7 @@ public:
virtual void exited () {}
virtual void enable_display(bool yn) { _enable_display = yn; }
- virtual void update_coverage_samples (LayerDisplay);
+ virtual void update_coverage_frame (LayerDisplay);
static PBD::Signal1<void,RegionView*> RegionViewGoingAway;
@@ -184,7 +184,7 @@ protected:
* different bits of regions according to whether or not they are the one
* that will be played at any given time.
*/
- std::list<ArdourCanvas::Rectangle*> _coverage_samples;
+ std::list<ArdourCanvas::Rectangle*> _coverage_frame;
/** a list of rectangles used to show silent segments
*/