mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 07:43:57 +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;
|
||||
|
||||
LimiterImpl(int sampleRate);
|
||||
~LimiterImpl() {}
|
||||
|
||||
void setThreshold(float threshold);
|
||||
void setRelease(float release);
|
||||
|
|
Loading…
Reference in a new issue