From 82059645f18e4a8aa734e0a376d10bb52fc1cc7d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 21 Oct 2013 21:12:37 +0200 Subject: decoder: rename the struct to "Decoder" --- src/decoder/PcmDecoderPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/PcmDecoderPlugin.cxx') diff --git a/src/decoder/PcmDecoderPlugin.cxx b/src/decoder/PcmDecoderPlugin.cxx index 8cde45cd7..0a19ed59b 100644 --- a/src/decoder/PcmDecoderPlugin.cxx +++ b/src/decoder/PcmDecoderPlugin.cxx @@ -31,7 +31,7 @@ #include /* for SEEK_SET */ static void -pcm_stream_decode(struct decoder *decoder, struct input_stream *is) +pcm_stream_decode(Decoder &decoder, struct input_stream *is) { static constexpr AudioFormat audio_format = { 44100, -- cgit v1.2.3