From f2491c88c86707cc35c7dfc30a1b5a0a29886540 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 31 Jan 2013 22:43:28 +0100 Subject: PcmDither: convert struct to a class --- src/PcmConvert.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PcmConvert.hxx') 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; -- cgit v1.2.3