1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00

Fixed another compiler warning

This commit is contained in:
Tom Poole 2019-06-10 18:17:08 +01:00
parent 230588cbf9
commit f8b039c132

View file

@ -499,7 +499,7 @@ public:
setSize (maxWidth, height);
}
~ParametersPanel()
~ParametersPanel() override
{
paramComponents.clear();
}