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/FluidsynthDecoderPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/FluidsynthDecoderPlugin.cxx') diff --git a/src/decoder/FluidsynthDecoderPlugin.cxx b/src/decoder/FluidsynthDecoderPlugin.cxx index 93d935c6c..fa946f219 100644 --- a/src/decoder/FluidsynthDecoderPlugin.cxx +++ b/src/decoder/FluidsynthDecoderPlugin.cxx @@ -92,7 +92,7 @@ fluidsynth_init(const config_param ¶m) } static void -fluidsynth_file_decode(struct decoder *decoder, const char *path_fs) +fluidsynth_file_decode(Decoder &decoder, const char *path_fs) { char setting_sample_rate[] = "synth.sample-rate"; /* -- cgit v1.2.3