From 06f898cc1240a29b293de0e97ad95a4fdc971254 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 30 Jul 2013 20:11:57 +0200 Subject: tag: convert to C++ --- src/decoder/FlacCommon.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/FlacCommon.hxx') 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(); -- cgit v1.2.3