diff options
Diffstat (limited to 'src/decoder/FlacCommon.hxx')
-rw-r--r-- | src/decoder/FlacCommon.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/FlacCommon.hxx b/src/decoder/FlacCommon.hxx index ca6c9a8f9..e3555efba 100644 --- a/src/decoder/FlacCommon.hxx +++ b/src/decoder/FlacCommon.hxx @@ -81,7 +81,7 @@ struct flac_data : public FlacInput { struct decoder *decoder; struct input_stream *input_stream; - struct tag *tag; + Tag *tag; flac_data(struct decoder *decoder, struct input_stream *input_stream); ~flac_data(); |