1
0
Fork 0
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:
jules 2019-01-18 08:59:28 +00:00
parent fb353dd08d
commit cdb55f70c2
57 changed files with 172 additions and 181 deletions

View file

@ -44,7 +44,7 @@ public:
bool deleteInputWhenDeleted);
/** Destructor. */
~ReverbAudioSource();
~ReverbAudioSource() override;
//==============================================================================
/** Returns the parameters from the reverb. */