summaryrefslogtreecommitdiffstats
path: root/arts/modules/effects/freeverb/revmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arts/modules/effects/freeverb/revmodel.cpp')
-rw-r--r--arts/modules/effects/freeverb/revmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/modules/effects/freeverb/revmodel.cpp b/arts/modules/effects/freeverb/revmodel.cpp
index 23a766cc..feacaf64 100644
--- a/arts/modules/effects/freeverb/revmodel.cpp
+++ b/arts/modules/effects/freeverb/revmodel.cpp
@@ -73,7 +73,7 @@ void revmodel::mute()
}
}
-void revmodel::processreplace(float *inputL, float *inputR, float *outputL, float *outputR, long numsamples, int skip)
+void revmodel::processtqreplace(float *inputL, float *inputR, float *outputL, float *outputR, long numsamples, int skip)
{
float outL,outR,input;