aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/plugins/PipeOutputPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-29 18:12:16 +0100
committerMax Kellermann <max@duempel.org>2014-12-30 00:03:07 +0100
commit970e33884712f3dd629f7910598fe7f7c759fd59 (patch)
tree9b4c5d263c2d66aa248dee8321ea510e38b84f5e /src/output/plugins/PipeOutputPlugin.cxx
parent0b9f650fe27bcb5ff78928b059c2e5032cfbcb97 (diff)
downloadmpd-970e33884712f3dd629f7910598fe7f7c759fd59.tar.gz
mpd-970e33884712f3dd629f7910598fe7f7c759fd59.tar.xz
mpd-970e33884712f3dd629f7910598fe7f7c759fd59.zip
output/pulse: move code into the struct
Diffstat (limited to '')
-rw-r--r--src/output/plugins/PipeOutputPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output/plugins/PipeOutputPlugin.cxx b/src/output/plugins/PipeOutputPlugin.cxx
index 7c0ea17de..4a9ff1d0e 100644
--- a/src/output/plugins/PipeOutputPlugin.cxx
+++ b/src/output/plugins/PipeOutputPlugin.cxx
@@ -30,7 +30,7 @@
#include <stdio.h>
class PipeOutput {
- friend AudioOutputWrapper<PipeOutput>;
+ friend struct AudioOutputWrapper<PipeOutput>;
AudioOutput base;