aboutsummaryrefslogtreecommitdiffstats
path: root/test/dump_playlist.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/dump_playlist.cxx')
-rw-r--r--test/dump_playlist.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dump_playlist.cxx b/test/dump_playlist.cxx
index df7c6d739..ea341ab95 100644
--- a/test/dump_playlist.cxx
+++ b/test/dump_playlist.cxx
@@ -106,7 +106,7 @@ decoder_data(G_GNUC_UNUSED struct decoder *decoder,
enum decoder_command
decoder_tag(G_GNUC_UNUSED struct decoder *decoder,
G_GNUC_UNUSED struct input_stream *is,
- G_GNUC_UNUSED const Tag *tag)
+ G_GNUC_UNUSED Tag &&tag)
{
return DECODE_COMMAND_NONE;
}