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:
parent
f59a5dfc7f
commit
abe86765ce
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue