Browse Source

Oops.. fixed typo in WASAPI code!

tags/2021-05-28
jules 11 years ago
parent
commit
7b3ca9900e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_devices/native/juce_win32_WASAPI.cpp

+ 1
- 1
modules/juce_audio_devices/native/juce_win32_WASAPI.cpp 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)


Loading…
Cancel
Save