aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/httpd/HttpdOutputPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-26 22:30:54 +0100
committerMax Kellermann <max@duempel.org>2014-12-26 22:30:54 +0100
commitaf9092df3928ee770875a0b1acee1dc7b6347245 (patch)
tree5ca24d3a67479af975712b0e032a4a3c8e0a30dd /src/output/plugins/httpd/HttpdOutputPlugin.cxx
parent58a5da33c243c057ac4f70ffcfa179b9710161d2 (diff)
downloadmpd-af9092df3928ee770875a0b1acee1dc7b6347245.tar.gz
mpd-af9092df3928ee770875a0b1acee1dc7b6347245.tar.xz
mpd-af9092df3928ee770875a0b1acee1dc7b6347245.zip
EncoderPlugin: pass Tag reference to method tag()
Diffstat (limited to 'src/output/plugins/httpd/HttpdOutputPlugin.cxx')
-rw-r--r--src/output/plugins/httpd/HttpdOutputPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/plugins/httpd/HttpdOutputPlugin.cxx b/src/output/plugins/httpd/HttpdOutputPlugin.cxx
index 9bc2030fe..b2622e64b 100644
--- a/src/output/plugins/httpd/HttpdOutputPlugin.cxx
+++ b/src/output/plugins/httpd/HttpdOutputPlugin.cxx
@@ -512,7 +512,7 @@ HttpdOutput::SendTag(const Tag &tag)
/* send the tag to the encoder - which starts a new
stream now */
- encoder_tag(encoder, &tag, IgnoreError());
+ encoder_tag(encoder, tag, IgnoreError());
/* the first page generated by the encoder will now be
used as the new "header" page, which is sent to all