diff options
Diffstat (limited to 'src/decoder/AudiofileDecoderPlugin.hxx')
-rw-r--r-- | src/decoder/AudiofileDecoderPlugin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/AudiofileDecoderPlugin.hxx b/src/decoder/AudiofileDecoderPlugin.hxx index 59c09c006..5a17281b0 100644 --- a/src/decoder/AudiofileDecoderPlugin.hxx +++ b/src/decoder/AudiofileDecoderPlugin.hxx @@ -20,6 +20,6 @@ #ifndef MPD_DECODER_AUDIOFILE_HXX #define MPD_DECODER_AUDIOFILE_HXX -extern const struct decoder_plugin audiofile_decoder_plugin; +extern const struct DecoderPlugin audiofile_decoder_plugin; #endif |