diff options
author | Max Kellermann <max@duempel.org> | 2013-07-29 08:10:10 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-07-30 08:31:02 +0200 |
commit | c75cb67c4406648314ce2a15daf8b632374d7913 (patch) | |
tree | 5e27b73f2c90e878631bfac5b60070505b094717 /src/pcm/PcmDsd.hxx | |
parent | cd1bb2bafa2653e5d4c7c9abf6f464bcdec693c5 (diff) |
pcm_buffer: convert to C++
Diffstat (limited to 'src/pcm/PcmDsd.hxx')
-rw-r--r-- | src/pcm/PcmDsd.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pcm/PcmDsd.hxx b/src/pcm/PcmDsd.hxx index ef71411e9..26ee11b13 100644 --- a/src/pcm/PcmDsd.hxx +++ b/src/pcm/PcmDsd.hxx @@ -21,7 +21,7 @@ #define MPD_PCM_DSD_HXX #include "check.h" -#include "pcm_buffer.h" +#include "PcmBuffer.hxx" #include <stdint.h> @@ -29,7 +29,7 @@ * Wrapper for the dsd2pcm library. */ struct PcmDsd { - struct pcm_buffer buffer; + PcmBuffer buffer; struct dsd2pcm_ctx_s *dsd2pcm[32]; |