diff options
Diffstat (limited to 'src/decoder/DsfDecoderPlugin.cxx')
-rw-r--r-- | src/decoder/DsfDecoderPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/DsfDecoderPlugin.cxx b/src/decoder/DsfDecoderPlugin.cxx index 95735d8c6..8aa24a1f9 100644 --- a/src/decoder/DsfDecoderPlugin.cxx +++ b/src/decoder/DsfDecoderPlugin.cxx @@ -345,7 +345,7 @@ static const char *const dsf_mime_types[] = { NULL }; -const struct decoder_plugin dsf_decoder_plugin = { +const struct DecoderPlugin dsf_decoder_plugin = { "dsf", nullptr, nullptr, |