diff options
Diffstat (limited to 'src/GainControl.cpp')
-rw-r--r-- | src/GainControl.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GainControl.cpp b/src/GainControl.cpp index 03d8aa6..ee912bb 100644 --- a/src/GainControl.cpp +++ b/src/GainControl.cpp @@ -45,9 +45,9 @@ using namespace std; GainControl::GainControl(size_t framesize, - GainMode mode, - float digGain, - float normalise) : + GainMode mode, + float& digGain, + float normalise) : ModCodec(ModFormat(framesize * sizeof(complexf)), ModFormat(framesize * sizeof(complexf))), RemoteControllable("gain"), |