mirror of
https://github.com/lubosz/overte.git
synced 2025-04-17 06:46:37 +02:00
missed one
This commit is contained in:
parent
87dbfa7e47
commit
722e88253d
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ public:
|
|||
LimiterStereo(int sampleRate) : LimiterImpl(sampleRate) {}
|
||||
|
||||
// interleaved stereo input/output
|
||||
void process(float* input, int16_t* output, int numFrames);
|
||||
void process(float* input, int16_t* output, int numFrames) override;
|
||||
};
|
||||
|
||||
template<int N>
|
||||
|
|
Loading…
Reference in a new issue