diff options
Diffstat (limited to 'src/decoder/FluidsynthDecoderPlugin.hxx')
-rw-r--r-- | src/decoder/FluidsynthDecoderPlugin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/FluidsynthDecoderPlugin.hxx b/src/decoder/FluidsynthDecoderPlugin.hxx index 40ed7e4d8..9771898a5 100644 --- a/src/decoder/FluidsynthDecoderPlugin.hxx +++ b/src/decoder/FluidsynthDecoderPlugin.hxx @@ -20,6 +20,6 @@ #ifndef MPD_DECODER_FLUIDSYNTH_HXX #define MPD_DECODER_FLUIDSYNTH_HXX -extern const struct decoder_plugin fluidsynth_decoder_plugin; +extern const struct DecoderPlugin fluidsynth_decoder_plugin; #endif |