diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/AdPlugDecoderPlugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/AdPlugDecoderPlugin.h b/src/decoder/AdPlugDecoderPlugin.h index 9fdf438aa..a827fdc7d 100644 --- a/src/decoder/AdPlugDecoderPlugin.h +++ b/src/decoder/AdPlugDecoderPlugin.h @@ -20,6 +20,6 @@ #ifndef MPD_DECODER_ADPLUG_H #define MPD_DECODER_ADPLUG_H -extern const struct decoder_plugin adplug_decoder_plugin; +extern const struct DecoderPlugin adplug_decoder_plugin; #endif |