mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Fixed a typo in WinRT MIDI DeviceEnumerationThread
This commit is contained in:
parent
ee4ec266e6
commit
608001811f
1 changed files with 1 additions and 1 deletions
|
|
@ -994,7 +994,7 @@ private:
|
|||
Callback<ITypedEventHandler<DeviceWatcher*, DeviceInformationUpdate*>> (
|
||||
[handlerPtr](IDeviceWatcher*, IDeviceInformationUpdate* infoUpdate) { return handlerPtr->updateDevice (infoUpdate); }
|
||||
).Get(),
|
||||
&deviceRemovedToken);
|
||||
&deviceUpdatedToken);
|
||||
|
||||
watcher->Start();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue