aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FlacDecoderPlugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder/FlacDecoderPlugin.h')
-rw-r--r--src/decoder/FlacDecoderPlugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder/FlacDecoderPlugin.h b/src/decoder/FlacDecoderPlugin.h
index c99deeef7..936423fbf 100644
--- a/src/decoder/FlacDecoderPlugin.h
+++ b/src/decoder/FlacDecoderPlugin.h
@@ -20,7 +20,7 @@
#ifndef MPD_DECODER_FLAC_H
#define MPD_DECODER_FLAC_H
-extern const struct decoder_plugin flac_decoder_plugin;
-extern const struct decoder_plugin oggflac_decoder_plugin;
+extern const struct DecoderPlugin flac_decoder_plugin;
+extern const struct DecoderPlugin oggflac_decoder_plugin;
#endif