1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00

Avoided a warning in the demo plugin.

This commit is contained in:
jules 2014-10-01 09:43:08 +01:00
parent ed289488e0
commit c0e2afb075

View file

@ -55,7 +55,7 @@ public:
angleDelta = cyclesPerSample * 2.0 * double_Pi;
}
void stopNote (float velocity, bool allowTailOff) override
void stopNote (float /*velocity*/, bool allowTailOff) override
{
if (allowTailOff)
{