Browse Source

Fixed a typo in WinRT MIDI DeviceEnumerationThread

tags/2021-05-28
ed 6 years ago
parent
commit
608001811f
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

@@ -994,7 +994,7 @@ private:
Callback<ITypedEventHandler<DeviceWatcher*, DeviceInformationUpdate*>> (
[handlerPtr](IDeviceWatcher*, IDeviceInformationUpdate* infoUpdate) { return handlerPtr->updateDevice (infoUpdate); }
).Get(),
&deviceRemovedToken);
&deviceUpdatedToken);
watcher->Start();
}


Loading…
Cancel
Save