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
|
|
@ -74,7 +74,7 @@ public:
|
|||
float defaultValue);
|
||||
|
||||
/** Destructor. */
|
||||
~AudioParameterFloat();
|
||||
~AudioParameterFloat() override;
|
||||
|
||||
/** Returns the parameter's current value. */
|
||||
float get() const noexcept { return value; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue