diff options
Diffstat (limited to 'src/decoder/PcmDecoderPlugin.hxx')
-rw-r--r-- | src/decoder/PcmDecoderPlugin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/PcmDecoderPlugin.hxx b/src/decoder/PcmDecoderPlugin.hxx index 2883e866e..38e4a5020 100644 --- a/src/decoder/PcmDecoderPlugin.hxx +++ b/src/decoder/PcmDecoderPlugin.hxx @@ -28,6 +28,6 @@ #ifndef MPD_DECODER_PCM_HXX #define MPD_DECODER_PCM_HXX -extern const struct decoder_plugin pcm_decoder_plugin; +extern const struct DecoderPlugin pcm_decoder_plugin; #endif |