fixed compile issue on windows
This commit is contained in:
parent
649d7c42e6
commit
67d2bbb50d
@ -82,7 +82,7 @@ public:
|
||||
|
||||
: settings (settingsToUse, takeOwnershipOfSettings),
|
||||
channelConfiguration (channels),
|
||||
shouldMuteInput(false),
|
||||
shouldMuteInput(var((bool)false)),
|
||||
//shouldMuteInput (! isInterAppAudioConnected()),
|
||||
autoOpenMidiDevices (shouldAutoOpenMidiDevices)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user