diff options
author | Max Kellermann <max@musicpd.org> | 2018-06-22 22:59:30 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-06-22 22:59:30 +0200 |
commit | cb412b221c2a21e9277faa0939e964ab563a36f2 (patch) | |
tree | ff9e5284e00efb48c05154884d844e66b34bb5bc /src/output/MultipleOutputs.hxx | |
parent | 1ca1269a59e36fc4c91fa9aca93ac6067d9274bf (diff) |
output/multiple: update API documentation
Diffstat (limited to 'src/output/MultipleOutputs.hxx')
-rw-r--r-- | src/output/MultipleOutputs.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/MultipleOutputs.hxx b/src/output/MultipleOutputs.hxx index 8f29a6c03..c0a2f5c52 100644 --- a/src/output/MultipleOutputs.hxx +++ b/src/output/MultipleOutputs.hxx @@ -59,7 +59,7 @@ class MultipleOutputs final : public PlayerOutputs { /** * The #MusicPipe object which feeds all audio outputs. It is - * filled by audio_output_all_play(). + * filled by Play(). */ MusicPipe *pipe = nullptr; |