mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +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 ();
|
||||
for (list<ControlProtocolInfo*>::iterator i = m.control_protocol_info.begin(); i != m.control_protocol_info.end(); ++i) {
|
||||
m.instantiate (**i);
|
||||
m.teardown (**i);
|
||||
m.activate (**i);
|
||||
m.deactivate (**i);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue