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:
parent
230588cbf9
commit
f8b039c132
1 changed files with 1 additions and 1 deletions
|
|
@ -499,7 +499,7 @@ public:
|
|||
setSize (maxWidth, height);
|
||||
}
|
||||
|
||||
~ParametersPanel()
|
||||
~ParametersPanel() override
|
||||
{
|
||||
paramComponents.clear();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue