fix meter-strip session/route-ui events

This commit is contained in:
Robin Gareus 2014-06-26 18:47:06 +02:00
parent a7c559fd63
commit e1d327c5ed
2 changed files with 7 additions and 6 deletions

View file

@ -74,7 +74,7 @@ class MeterStrip : public Gtk::VBox, public RouteUI
protected:
boost::shared_ptr<ARDOUR::Route> _route;
PBD::ScopedConnectionList route_connections;
PBD::ScopedConnectionList meter_route_connections;
PBD::ScopedConnectionList level_meter_connection;
void self_delete ();