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