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

CLion: Fixed an issue building MIDI functions on Windows

This commit is contained in:
Tom Poole 2019-03-04 12:03:24 +00:00
parent 8a66f1f3d3
commit eaec1c8444

View file

@ -342,7 +342,7 @@ private:
for (int i = 0; i < deviceCaps.size(); ++i)
{
deviceNames.add ({ deviceCaps[i].szPname, (size_t) numElementsInArray (deviceCaps[i].szPname) });
deviceNames.add (deviceCaps[i].szPname);
deviceIDs.add (getInterfaceIDForDevice ((UINT) i));
}