mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Fix tests compilation after Control API changes
This commit is contained in:
parent
edfa855778
commit
b439b79813
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ ControlSurfacesTest::instantiateAndTeardownTest ()
|
||||||
|
|
||||||
ControlProtocolManager& m = ControlProtocolManager::instance ();
|
ControlProtocolManager& m = ControlProtocolManager::instance ();
|
||||||
for (list<ControlProtocolInfo*>::iterator i = m.control_protocol_info.begin(); i != m.control_protocol_info.end(); ++i) {
|
for (list<ControlProtocolInfo*>::iterator i = m.control_protocol_info.begin(); i != m.control_protocol_info.end(); ++i) {
|
||||||
m.instantiate (**i);
|
m.activate (**i);
|
||||||
m.teardown (**i);
|
m.deactivate (**i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue