aboutsummaryrefslogtreecommitdiff
path: root/src/PcmConvert.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/PcmConvert.hxx')
-rw-r--r--src/PcmConvert.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PcmConvert.hxx b/src/PcmConvert.hxx
index d76ecc12..f08188a9 100644
--- a/src/PcmConvert.hxx
+++ b/src/PcmConvert.hxx
@@ -42,7 +42,7 @@ class PcmConvert {
struct pcm_resample_state resample;
- struct pcm_dither dither;
+ PcmDither dither;
/** the buffer for converting the sample format */
struct pcm_buffer format_buffer;