mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 20:06:02 +02:00
Fix compiler warnings
This commit is contained in:
parent
261f5c45de
commit
b346f36b89
1 changed files with 1 additions and 0 deletions
|
@ -395,6 +395,7 @@ public:
|
||||||
float _outGain = 0.0f;
|
float _outGain = 0.0f;
|
||||||
|
|
||||||
LimiterImpl(int sampleRate);
|
LimiterImpl(int sampleRate);
|
||||||
|
~LimiterImpl() {}
|
||||||
|
|
||||||
void setThreshold(float threshold);
|
void setThreshold(float threshold);
|
||||||
void setRelease(float release);
|
void setRelease(float release);
|
||||||
|
|
Loading…
Reference in a new issue