1
0
Fork 0
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:
jules 2015-03-17 10:46:37 +00:00
parent ab018dbe38
commit bb14c94af2

View file

@ -53,7 +53,7 @@ public:
startPlaying();
}
~StandalonePluginHolder()
virtual ~StandalonePluginHolder()
{
deletePlugin();
shutDownAudioDevices();