mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
fix typo in wavesbackend code
This commit is contained in:
parent
0a433b2d07
commit
76f066f40c
1 changed files with 1 additions and 1 deletions
|
|
@ -1243,7 +1243,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));
|
||||
__instance.reset (new WavesAudioBackend (e));
|
||||
}
|
||||
return __instance;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue