summaryrefslogtreecommitdiffstats
path: root/akode/lib/volumefilter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akode/lib/volumefilter.cpp')
-rw-r--r--akode/lib/volumefilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/akode/lib/volumefilter.cpp b/akode/lib/volumefilter.cpp
index c053453..60c123c 100644
--- a/akode/lib/volumefilter.cpp
+++ b/akode/lib/volumefilter.cpp
@@ -29,7 +29,7 @@ namespace aKode {
VolumeFilter::VolumeFilter() : m_volume(0) {}
// T is the input/output type, S is the fast arithmetics type, Arithm is a division definition
-template<typename T, typename S, template<typename S> class Arithm>
+template<typename T, typename S, template<typename S_Type> class Arithm>
static bool _doFrame(AudioFrame* in, AudioFrame* out, int volume)
{
T** indata = (T**)in->data;