summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.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/editor.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/editor.h')
-rw-r--r--gtk2_ardour/editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index f16ca7872a..7683fb9875 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -2024,6 +2024,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
EditorSummary* _summary;
void region_view_added (RegionView *);
+ void region_view_removed ();
void update_canvas_now ();