mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
fix compile for waves backend, after recent API change
This commit is contained in:
parent
392c3a6bef
commit
49ad78659b
1 changed files with 1 additions and 1 deletions
|
|
@ -1284,7 +1284,7 @@ WavesAudioBackend::__waves_backend_factory (AudioEngine& e)
|
|||
{
|
||||
// COMMENTED DBG LOGS */ std::cout << "WavesAudioBackend::__waves_backend_factory ():" << std::endl;
|
||||
if (!__instance) {
|
||||
__instance.reset (new WavesAudioBackend (e, descriptor()));
|
||||
__instance.reset (new WavesAudioBackend (e, __backend_info));
|
||||
}
|
||||
return __instance;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue