subscribe to route changes (track delete)

git-svn-id: svn://localhost/ardour2/branches/3.0@13494 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Robin Gareus 2012-11-14 05:01:28 +00:00
parent cbeabee870
commit 7e8d5ed6d0
2 changed files with 2 additions and 0 deletions

View file

@ -122,6 +122,7 @@ private:
bool _old_follow_playhead;
PBD::ScopedConnectionList position_connection;
PBD::ScopedConnection route_ctrl_id_connection;
PBD::ScopedConnectionList region_property_connection;
};