diff options
author | Max Kellermann <max@duempel.org> | 2014-12-26 22:27:01 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-26 22:27:01 +0100 |
commit | 58a5da33c243c057ac4f70ffcfa179b9710161d2 (patch) | |
tree | 389077b8e9f78c001daf40a8e1b1d7bd562414c4 /src/output/plugins/httpd/HttpdInternal.hxx | |
parent | 7077eac589bf828188e7dbcfb4ac6002203063d4 (diff) | |
download | mpd-58a5da33c243c057ac4f70ffcfa179b9710161d2.tar.gz mpd-58a5da33c243c057ac4f70ffcfa179b9710161d2.tar.xz mpd-58a5da33c243c057ac4f70ffcfa179b9710161d2.zip |
OutputPlugin: pass Tag reference to _send_tag()
Diffstat (limited to 'src/output/plugins/httpd/HttpdInternal.hxx')
-rw-r--r-- | src/output/plugins/httpd/HttpdInternal.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/plugins/httpd/HttpdInternal.hxx b/src/output/plugins/httpd/HttpdInternal.hxx index 303170268..721b6dc94 100644 --- a/src/output/plugins/httpd/HttpdInternal.hxx +++ b/src/output/plugins/httpd/HttpdInternal.hxx @@ -250,7 +250,7 @@ public: bool EncodeAndPlay(const void *chunk, size_t size, Error &error); - void SendTag(const Tag *tag); + void SendTag(const Tag &tag); size_t Play(const void *chunk, size_t size, Error &error); |