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/InputPlugin.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/InputPlugin.hxx') diff --git a/src/InputPlugin.hxx b/src/InputPlugin.hxx index c16600810..a5cf912da 100644 --- a/src/InputPlugin.hxx +++ b/src/InputPlugin.hxx @@ -66,7 +66,7 @@ struct input_plugin { */ void (*update)(struct input_stream *is); - struct tag *(*tag)(struct input_stream *is); + Tag *(*tag)(struct input_stream *is); /** * Returns true if the next read operation will not block: -- cgit v1.2.3