diff options
Diffstat (limited to 'src/pcm/Dither.hxx')
-rw-r--r-- | src/pcm/Dither.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pcm/Dither.hxx b/src/pcm/Dither.hxx index 7acfa24a0..788c28fe8 100644 --- a/src/pcm/Dither.hxx +++ b/src/pcm/Dither.hxx @@ -76,9 +76,9 @@ private: typename DT::value_type DitherConvert(typename ST::value_type sample) noexcept; template<typename ST, typename DT> - void DitherConvert(typename DT::pointer_type dest, - typename ST::const_pointer_type src, - typename ST::const_pointer_type src_end) noexcept; + void DitherConvert(typename DT::pointer dest, + typename ST::const_pointer src, + typename ST::const_pointer src_end) noexcept; }; #endif |