summaryrefslogtreecommitdiffstats
path: root/akode/lib/converter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akode/lib/converter.cpp')
-rw-r--r--akode/lib/converter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/akode/lib/converter.cpp b/akode/lib/converter.cpp
index 2169868..1a04057 100644
--- a/akode/lib/converter.cpp
+++ b/akode/lib/converter.cpp
@@ -26,7 +26,7 @@ namespace aKode {
Converter::Converter(int sample_width) : m_sample_width(sample_width) {}
-template<typename T, typename S, template<typename T> class ArithmT, template<typename S> class ArithmS>
+template<typename T, typename S, template<typename T_Type> class ArithmT, template<typename S_Type> class ArithmS>
static bool __doFrameFP(AudioFrame* in, AudioFrame* out, int sample_width)
{
AudioConfiguration config = *in;