Browse Source

Workaround for a VS2013 compile error

tags/2021-05-28
jules 8 years ago
parent
commit
abe86765ce
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_devices/native/juce_win32_Midi.cpp

+ 1
- 1
modules/juce_audio_devices/native/juce_win32_Midi.cpp View File

@@ -1164,7 +1164,7 @@ MidiInput* MidiInput::openDevice (const int index, MidiInputCallback* const call
if (callback == nullptr)
return nullptr;
ScopedPointer<MidiInput> in (new MidiInput ({}));
ScopedPointer<MidiInput> in (new MidiInput (String()));
ScopedPointer<MidiServiceType::InputWrapper> wrapper;
try


Loading…
Cancel
Save