Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / audio / akode / patches / patch-akode-lib-volumefilter.cpp
blob305340883b0473e17673eebae45a55e6f9fb0bad
1 $NetBSD$
3 --- akode/lib/volumefilter.cpp.orig 2011-08-30 13:56:43.000000000 +0000
4 +++ akode/lib/volumefilter.cpp
5 @@ -29,7 +29,7 @@ namespace aKode {
6 VolumeFilter::VolumeFilter() : m_volume(0) {}
8 // T is the input/output type, S is the fast arithmetics type, Arithm is a division definition
9 -template<typename T, typename S, template<typename S> class Arithm>
10 +template<typename T, typename S, template<typename U> class Arithm>
11 static bool _doFrame(AudioFrame* in, AudioFrame* out, int volume)
13 T** indata = (T**)in->data;