mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Minor changes to avoid pedantic compiler warnings.
This commit is contained in:
parent
9fb57f7a05
commit
0ceeb573d8
492 changed files with 822 additions and 781 deletions
|
|
@ -98,7 +98,7 @@ private:
|
|||
int length, attackSamples, releaseSamples;
|
||||
int midiRootNote;
|
||||
|
||||
JUCE_LEAK_DETECTOR (SamplerSound);
|
||||
JUCE_LEAK_DETECTOR (SamplerSound)
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -147,7 +147,7 @@ private:
|
|||
float lgain, rgain, attackReleaseLevel, attackDelta, releaseDelta;
|
||||
bool isInAttack, isInRelease;
|
||||
|
||||
JUCE_LEAK_DETECTOR (SamplerVoice);
|
||||
JUCE_LEAK_DETECTOR (SamplerVoice)
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue