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/GmeDecoderPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/GmeDecoderPlugin.cxx') diff --git a/src/decoder/GmeDecoderPlugin.cxx b/src/decoder/GmeDecoderPlugin.cxx index 76b0eea9d..815fd8d69 100644 --- a/src/decoder/GmeDecoderPlugin.cxx +++ b/src/decoder/GmeDecoderPlugin.cxx @@ -130,7 +130,7 @@ gme_container_scan(const char *path_fs, const unsigned int tnum) } static void -gme_file_decode(struct decoder *decoder, const char *path_fs) +gme_file_decode(Decoder &decoder, const char *path_fs) { char *path_container = get_container_name(path_fs); -- cgit v1.2.3