diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder/FlacCommon.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder/FlacCommon.hxx b/src/decoder/FlacCommon.hxx index 726e9de92..e35bceb30 100644 --- a/src/decoder/FlacCommon.hxx +++ b/src/decoder/FlacCommon.hxx @@ -75,12 +75,12 @@ struct flac_data : public FlacInput { FLAC__uint64 position; - struct decoder *decoder; + Decoder &decoder; struct input_stream *input_stream; Tag tag; - flac_data(struct decoder *decoder, struct input_stream *input_stream); + flac_data(Decoder &decoder, struct input_stream *input_stream); }; void flac_metadata_common_cb(const FLAC__StreamMetadata * block, |