mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Some minor formatting and comment fixes
This commit is contained in:
parent
a586966c65
commit
f85d706131
232 changed files with 82097 additions and 82135 deletions
|
|
@ -987,7 +987,7 @@ public:
|
|||
const String& inputDeviceID,
|
||||
const bool exclusiveMode)
|
||||
: AudioIODevice (deviceName, typeName),
|
||||
Thread ("Juce WASAPI"),
|
||||
Thread ("JUCE WASAPI"),
|
||||
outputDeviceId (outputDeviceID),
|
||||
inputDeviceId (inputDeviceID),
|
||||
useExclusiveMode (exclusiveMode),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue