mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +00:00
Fix merge bug
This commit is contained in:
parent
737f2b57b4
commit
aadbcdd5e7
|
@ -55,13 +55,6 @@ VLSoundOut * VLSoundOut::Instance()
|
||||||
if (!sSoundScheduler.get())
|
if (!sSoundScheduler.get())
|
||||||
sSoundScheduler.reset(new VLSoundScheduler);
|
sSoundScheduler.reset(new VLSoundScheduler);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
VLSoundOut * VLSoundOut::Instance()
|
|
||||||
{
|
|
||||||
if (!sSoundOut.get())
|
|
||||||
sSoundOut.reset(new VLAUSoundOut);
|
|
||||||
|
|
||||||
return sSoundOut.get();
|
return sSoundOut.get();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user