Fix compiler warnings

This commit is contained in:
Ken Cooke 2016-03-01 14:19:20 -08:00
parent 261f5c45de
commit b346f36b89

View file

@ -395,6 +395,7 @@ public:
float _outGain = 0.0f;
LimiterImpl(int sampleRate);
~LimiterImpl() {}
void setThreshold(float threshold);
void setRelease(float release);