1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed some compiler warnings

This commit is contained in:
Tom Poole 2019-03-08 16:41:27 +00:00
parent f2db4bfba8
commit cbdf5e6d21
20 changed files with 132 additions and 120 deletions

View file

@ -55,7 +55,7 @@ public:
setVisible (true);
}
~PluginListWindow()
~PluginListWindow() override
{
getAppProperties().getUserSettings()->setValue ("listWindowPos", getWindowStateAsString());
clearContentComponent();