mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
ASIO: Add missing override on destructor
This commit is contained in:
parent
7d2a11e222
commit
a6185421a2
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ public:
|
|||
openDevice();
|
||||
}
|
||||
|
||||
~ASIOAudioIODevice()
|
||||
~ASIOAudioIODevice() override
|
||||
{
|
||||
for (int i = 0; i < maxNumASIODevices; ++i)
|
||||
if (currentASIODev[i] == this)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue