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/SidplayDecoderPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/SidplayDecoderPlugin.cxx') diff --git a/src/decoder/SidplayDecoderPlugin.cxx b/src/decoder/SidplayDecoderPlugin.cxx index a31eee3a8..d2778867c 100644 --- a/src/decoder/SidplayDecoderPlugin.cxx +++ b/src/decoder/SidplayDecoderPlugin.cxx @@ -201,7 +201,7 @@ get_song_length(const char *path_fs) } static void -sidplay_file_decode(struct decoder *decoder, const char *path_fs) +sidplay_file_decode(Decoder &decoder, const char *path_fs) { int channels; -- cgit v1.2.3