From 04978b52ddaf65d5acc34d6b867c564aae8d1fbc Mon Sep 17 00:00:00 2001 From: attila Date: Wed, 11 Oct 2023 00:14:28 +0200 Subject: [PATCH] Windows: Fix MIDI compilation issue with WinRTIOWrapper --- modules/juce_audio_devices/native/juce_Midi_windows.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_audio_devices/native/juce_Midi_windows.cpp b/modules/juce_audio_devices/native/juce_Midi_windows.cpp index cb4d563a3c..46f2b60945 100644 --- a/modules/juce_audio_devices/native/juce_Midi_windows.cpp +++ b/modules/juce_audio_devices/native/juce_Midi_windows.cpp @@ -1505,7 +1505,7 @@ private: //============================================================================== template - class WinRTIOWrapper final : private BLEDeviceWatcher::Listener + class WinRTIOWrapper : private BLEDeviceWatcher::Listener { public: WinRTIOWrapper (BLEDeviceWatcher& bleWatcher,