diff options
Diffstat (limited to 'src/encoder/TwolameEncoderPlugin.hxx')
-rw-r--r-- | src/encoder/TwolameEncoderPlugin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encoder/TwolameEncoderPlugin.hxx b/src/encoder/TwolameEncoderPlugin.hxx index 585345172..dd8a536f6 100644 --- a/src/encoder/TwolameEncoderPlugin.hxx +++ b/src/encoder/TwolameEncoderPlugin.hxx @@ -20,6 +20,6 @@ #ifndef MPD_ENCODER_TWOLAME_HXX #define MPD_ENCODER_TWOLAME_HXX -extern const struct encoder_plugin twolame_encoder_plugin; +extern const struct EncoderPlugin twolame_encoder_plugin; #endif |