1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00

Workaround for a VS2013 compile error

This commit is contained in:
jules 2017-10-03 09:15:25 +01:00
parent f59a5dfc7f
commit abe86765ce

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