summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-04-09 03:00:31 +0200
committerRobin Gareus <robin@gareus.org>2019-04-09 03:00:31 +0200
commita5f5a0db243c494343aa93b488004813b11a0533 (patch)
tree364843cace256ba11cdda63b97093487bdbaf207 /gtk2_ardour/streamview.h
parent57ebb5c1ba053b88a87f8afcc326cea7a3f911ec (diff)
NO-OP: fix another comment
Diffstat (limited to 'gtk2_ardour/streamview.h')
-rw-r--r--gtk2_ardour/streamview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index bd6e05bd05..d2793c2c6d 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -151,7 +151,7 @@ protected:
RouteTimeAxisView& _trackview;
ArdourCanvas::Container* _canvas_group;
- ArdourCanvas::Rectangle* canvas_rect; /* sample around the whole thing */
+ ArdourCanvas::Rectangle* canvas_rect; /* frame around the whole thing */
typedef std::list<RegionView* > RegionViewList;
RegionViewList region_views;