aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FlacCommon.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder/FlacCommon.hxx')
-rw-r--r--src/decoder/FlacCommon.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder/FlacCommon.hxx b/src/decoder/FlacCommon.hxx
index e35bceb30..65b5defd6 100644
--- a/src/decoder/FlacCommon.hxx
+++ b/src/decoder/FlacCommon.hxx
@@ -76,11 +76,11 @@ struct flac_data : public FlacInput {
FLAC__uint64 position;
Decoder &decoder;
- struct input_stream *input_stream;
+ InputStream &input_stream;
Tag tag;
- flac_data(Decoder &decoder, struct input_stream *input_stream);
+ flac_data(Decoder &decoder, InputStream &input_stream);
};
void flac_metadata_common_cb(const FLAC__StreamMetadata * block,