1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Oops.. fixed typo in WASAPI code!

This commit is contained in:
jules 2015-01-06 10:45:38 +00:00
parent 50fc02a82b
commit 7b3ca9900e

View file

@ -355,7 +355,7 @@ public:
useExclusiveMode (exclusiveMode),
sampleRateHasChanged (false)
{
clientEvent = CreateEvent (nullptr, false, false, nullptr));
clientEvent = CreateEvent (nullptr, false, false, nullptr);
ComSmartPtr<IAudioClient> tempClient (createClient());
if (tempClient == nullptr)