diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/MikmodDecoderPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |