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

@ -74,7 +74,7 @@ public:
float defaultValue);
/** Destructor. */
~AudioParameterFloat();
~AudioParameterFloat() override;
/** Returns the parameter's current value. */
float get() const noexcept { return value; }