mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-20 01:14:20 +00:00
Fixed some Android compiler warnings
This commit is contained in:
parent
645a538001
commit
670f77f80c
37 changed files with 170 additions and 169 deletions
|
|
@ -134,7 +134,7 @@ public:
|
|||
jassertfalse; // there can only be a single file chooser
|
||||
}
|
||||
|
||||
~Native()
|
||||
~Native() override
|
||||
{
|
||||
masterReference.clear();
|
||||
currentFileChooser = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue