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/MikmodDecoderPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/MikmodDecoderPlugin.cxx') diff --git a/src/decoder/MikmodDecoderPlugin.cxx b/src/decoder/MikmodDecoderPlugin.cxx index e2d8d76d1..34381aafa 100644 --- a/src/decoder/MikmodDecoderPlugin.cxx +++ b/src/decoder/MikmodDecoderPlugin.cxx @@ -146,7 +146,7 @@ mikmod_decoder_finish(void) } static void -mikmod_decoder_file_decode(struct decoder *decoder, const char *path_fs) +mikmod_decoder_file_decode(Decoder &decoder, const char *path_fs) { /* deconstify the path because libmikmod wants a non-const string pointer */ -- cgit v1.2.3