Browse Source

ASIO: Add missing override on destructor

v7.0.9
reuk 3 years ago
parent
commit
a6185421a2
No known key found for this signature in database GPG Key ID: FCB43929F012EE5C
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_devices/native/juce_win32_ASIO.cpp

+ 1
- 1
modules/juce_audio_devices/native/juce_win32_ASIO.cpp View File

@@ -330,7 +330,7 @@ public:
openDevice();
}
~ASIOAudioIODevice()
~ASIOAudioIODevice() override
{
for (int i = 0; i < maxNumASIODevices; ++i)
if (currentASIODev[i] == this)


Loading…
Cancel
Save