diff options
Diffstat (limited to 'src/decoder/ModplugDecoderPlugin.hxx')
-rw-r--r-- | src/decoder/ModplugDecoderPlugin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/ModplugDecoderPlugin.hxx b/src/decoder/ModplugDecoderPlugin.hxx index fefb02b05..4cd9f5b25 100644 --- a/src/decoder/ModplugDecoderPlugin.hxx +++ b/src/decoder/ModplugDecoderPlugin.hxx @@ -20,6 +20,6 @@ #ifndef MPD_DECODER_MODPLUG_HXX #define MPD_DECODER_MODPLUG_HXX -extern const struct decoder_plugin modplug_decoder_plugin; +extern const struct DecoderPlugin modplug_decoder_plugin; #endif |