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:
parent
8a66f1f3d3
commit
eaec1c8444
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue