aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputInternal.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-09-26 21:51:45 +0200
committerMax Kellermann <max@duempel.org>2013-09-26 21:51:45 +0200
commitce1d8975751251d49581129193e09490ca650a8b (patch)
tree27eda9989e35a74ccdade4924c47391ce2ee56b6 /src/OutputInternal.hxx
parent17e108a10a79a5cfb44981323442c92e35813e98 (diff)
downloadmpd-ce1d8975751251d49581129193e09490ca650a8b.tar.gz
mpd-ce1d8975751251d49581129193e09490ca650a8b.tar.xz
mpd-ce1d8975751251d49581129193e09490ca650a8b.zip
MusicPipe: expose the C++ API
Diffstat (limited to '')
-rw-r--r--src/OutputInternal.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/OutputInternal.hxx b/src/OutputInternal.hxx
index 188a56723..fac25aa3c 100644
--- a/src/OutputInternal.hxx
+++ b/src/OutputInternal.hxx
@@ -31,6 +31,7 @@
class Error;
class Filter;
+class MusicPipe;
struct config_param;
enum audio_output_command {
@@ -209,7 +210,7 @@ struct audio_output {
/**
* The music pipe which provides music chunks to be played.
*/
- const struct music_pipe *pipe;
+ const MusicPipe *pipe;
/**
* This mutex protects #open, #fail_timer, #chunk and