mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Changes to avoid some clang warnings
This commit is contained in:
parent
fb353dd08d
commit
cdb55f70c2
57 changed files with 172 additions and 181 deletions
|
|
@ -44,7 +44,7 @@ public:
|
|||
bool deleteInputWhenDeleted);
|
||||
|
||||
/** Destructor. */
|
||||
~ReverbAudioSource();
|
||||
~ReverbAudioSource() override;
|
||||
|
||||
//==============================================================================
|
||||
/** Returns the parameters from the reverb. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue