summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-01-30 13:24:41 +0000
committerCarl Hetherington <carl@carlh.net>2011-01-30 13:24:41 +0000
commit66c9e166f8bb99bf4619edc79fe6720514cc2faa (patch)
tree50abec90d5f88ff793c8ec63815f8bbd968ff1fe /gtk2_ardour/streamview.h
parentf784343e0770af311d7c5d61f48fe745936012bf (diff)
Update summary when a region is removed.
git-svn-id: svn://localhost/ardour2/branches/3.0@8622 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/streamview.h')
-rw-r--r--gtk2_ardour/streamview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index 769255408a..2b542b4a20 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -115,7 +115,8 @@ public:
void check_record_layers (boost::shared_ptr<ARDOUR::Region>, ARDOUR::framepos_t);
- sigc::signal<void,RegionView*> RegionViewAdded;
+ sigc::signal<void, RegionView*> RegionViewAdded;
+ sigc::signal<void> RegionViewRemoved;
protected:
StreamView (RouteTimeAxisView&, ArdourCanvas::Group* background_group = 0, ArdourCanvas::Group* canvas_group = 0);