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:
parent
f2db4bfba8
commit
cbdf5e6d21
20 changed files with 132 additions and 120 deletions
|
|
@ -55,7 +55,7 @@ public:
|
|||
setVisible (true);
|
||||
}
|
||||
|
||||
~PluginListWindow()
|
||||
~PluginListWindow() override
|
||||
{
|
||||
getAppProperties().getUserSettings()->setValue ("listWindowPos", getWindowStateAsString());
|
||||
clearContentComponent();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue