mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
Added missing virtual destructor to StandalonePluginHolder.
This commit is contained in:
parent
ab018dbe38
commit
bb14c94af2
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ public:
|
|||
startPlaying();
|
||||
}
|
||||
|
||||
~StandalonePluginHolder()
|
||||
virtual ~StandalonePluginHolder()
|
||||
{
|
||||
deletePlugin();
|
||||
shutDownAudioDevices();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue