diff options
Diffstat (limited to 'src/OutputInternal.hxx')
-rw-r--r-- | src/OutputInternal.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OutputInternal.hxx b/src/OutputInternal.hxx index f3b23d8f5..a0d376827 100644 --- a/src/OutputInternal.hxx +++ b/src/OutputInternal.hxx @@ -21,7 +21,7 @@ #define MPD_OUTPUT_INTERNAL_HXX #include "audio_format.h" -#include "pcm/pcm_buffer.h" +#include "pcm/PcmBuffer.hxx" #include "thread/Mutex.hxx" #include "thread/Cond.hxx" @@ -153,7 +153,7 @@ struct audio_output { /** * The buffer used to allocate the cross-fading result. */ - struct pcm_buffer cross_fade_buffer; + PcmBuffer cross_fade_buffer; /** * The filter object of this audio output. This is an |