mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed some more Linux compiler warnings
This commit is contained in:
parent
6b82c964cd
commit
a4bd6cbc66
67 changed files with 205 additions and 141 deletions
|
|
@ -189,7 +189,7 @@ public:
|
|||
initialiseSynth();
|
||||
}
|
||||
|
||||
~JuceDemoPluginAudioProcessor() {}
|
||||
~JuceDemoPluginAudioProcessor() override = default;
|
||||
|
||||
//==============================================================================
|
||||
bool isBusesLayoutSupported (const BusesLayout& layouts) const override
|
||||
|
|
@ -380,7 +380,7 @@ private:
|
|||
startTimerHz (30);
|
||||
}
|
||||
|
||||
~JuceDemoPluginAudioProcessorEditor() {}
|
||||
~JuceDemoPluginAudioProcessorEditor() override {}
|
||||
|
||||
//==============================================================================
|
||||
void paint (Graphics& g) override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue