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:
parent
6bf9bb9a2e
commit
04978b52dd
1 changed files with 1 additions and 1 deletions
|
|
@ -1505,7 +1505,7 @@ private:
|
|||
|
||||
//==============================================================================
|
||||
template <typename MIDIIOStaticsType, typename MIDIPort>
|
||||
class WinRTIOWrapper final : private BLEDeviceWatcher::Listener
|
||||
class WinRTIOWrapper : private BLEDeviceWatcher::Listener
|
||||
{
|
||||
public:
|
||||
WinRTIOWrapper (BLEDeviceWatcher& bleWatcher,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue