1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Windows: Fix MIDI compilation issue with WinRTIOWrapper

This commit is contained in:
attila 2023-10-11 00:14:28 +02:00
parent 6bf9bb9a2e
commit 04978b52dd

View file

@ -1505,7 +1505,7 @@ private:
//============================================================================== //==============================================================================
template <typename MIDIIOStaticsType, typename MIDIPort> template <typename MIDIIOStaticsType, typename MIDIPort>
class WinRTIOWrapper final : private BLEDeviceWatcher::Listener class WinRTIOWrapper : private BLEDeviceWatcher::Listener
{ {
public: public:
WinRTIOWrapper (BLEDeviceWatcher& bleWatcher, WinRTIOWrapper (BLEDeviceWatcher& bleWatcher,