summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_summary.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2012-11-14 05:01:28 +0000
committerRobin Gareus <robin@gareus.org>2012-11-14 05:01:28 +0000
commit7e8d5ed6d00acdeb04bc7bbd29404678cbda0aab (patch)
tree65827613b2ddf5b7c346478506c4690dc3b96801 /gtk2_ardour/editor_summary.h
parentcbeabee87088cc7c8e3c2e26a911c0e6a2ab1422 (diff)
fix #5025 part 2
subscribe to route changes (track delete) git-svn-id: svn://localhost/ardour2/branches/3.0@13494 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_summary.h')
-rw-r--r--gtk2_ardour/editor_summary.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_summary.h b/gtk2_ardour/editor_summary.h
index c1afc3237f..f6aa804f59 100644
--- a/gtk2_ardour/editor_summary.h
+++ b/gtk2_ardour/editor_summary.h
@@ -122,6 +122,7 @@ private:
bool _old_follow_playhead;
PBD::ScopedConnectionList position_connection;
+ PBD::ScopedConnection route_ctrl_id_connection;
PBD::ScopedConnectionList region_property_connection;
};