diff options
Diffstat (limited to 'src/decoder/SidplayDecoderPlugin.hxx')
-rw-r--r-- | src/decoder/SidplayDecoderPlugin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/SidplayDecoderPlugin.hxx b/src/decoder/SidplayDecoderPlugin.hxx index 0b96f8e3a..16544801f 100644 --- a/src/decoder/SidplayDecoderPlugin.hxx +++ b/src/decoder/SidplayDecoderPlugin.hxx @@ -20,6 +20,6 @@ #ifndef MPD_DECODER_SIDPLAY_HXX #define MPD_DECODER_SIDPLAY_HXX -extern const struct decoder_plugin sidplay_decoder_plugin; +extern const struct DecoderPlugin sidplay_decoder_plugin; #endif |