Wrong token passed in DeviceEnumerationThread

I suspect that the wrong token is passed at
https://github.com/WeAreROLI/JUCE/blob/master/modules/juce_audio_devices/native/juce_win32_Midi.cpp#L997

the previous calls to watcher->add_* pass the corresponding token, i,e:

watcher->add_Added pass &deviceAddedToken
watcher->add_Removed pass &deviceRemovedToken

but watcher->add_Updated pass &deviceRemovedToken

Yep, will get that sorted out. Thanks!