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:
parent
50fc02a82b
commit
7b3ca9900e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue