diff options
Diffstat (limited to 'src/decoder/MadDecoderPlugin.hxx')
-rw-r--r-- | src/decoder/MadDecoderPlugin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/MadDecoderPlugin.hxx b/src/decoder/MadDecoderPlugin.hxx index c7a77304c..450323670 100644 --- a/src/decoder/MadDecoderPlugin.hxx +++ b/src/decoder/MadDecoderPlugin.hxx @@ -20,6 +20,6 @@ #ifndef MPD_DECODER_MAD_HXX #define MPD_DECODER_MAD_HXX -extern const struct decoder_plugin mad_decoder_plugin; +extern const struct DecoderPlugin mad_decoder_plugin; #endif |