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