mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed a typo in the StandalonePluginHolder constructor
This commit is contained in:
parent
045bd32f40
commit
083078034a
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ public:
|
|||
RuntimePermissions::request (RuntimePermissions::recordAudio,
|
||||
[this, preferredDefaultDeviceName] (bool granted) { init (granted, preferredDefaultDeviceName); });
|
||||
else
|
||||
init (true, preferredDefaultDeviceName);
|
||||
init (false, preferredDefaultDeviceName);
|
||||
}
|
||||
|
||||
void init (bool enableAudioInput, const String& preferredDefaultDeviceName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue