diff options
Diffstat (limited to 'src/decoder/SndfileDecoderPlugin.cxx')
-rw-r--r-- | src/decoder/SndfileDecoderPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/SndfileDecoderPlugin.cxx b/src/decoder/SndfileDecoderPlugin.cxx index 5c7efe230..6f4c5bb33 100644 --- a/src/decoder/SndfileDecoderPlugin.cxx +++ b/src/decoder/SndfileDecoderPlugin.cxx @@ -246,7 +246,7 @@ static const char *const sndfile_mime_types[] = { nullptr }; -const struct decoder_plugin sndfile_decoder_plugin = { +const struct DecoderPlugin sndfile_decoder_plugin = { "sndfile", nullptr, nullptr, |