1
0
Fork 0
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:
ed 2019-10-21 13:51:16 +01:00
parent ee4ec266e6
commit 608001811f

View file

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