aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputList.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-17 00:07:04 +0200
committerMax Kellermann <max@duempel.org>2013-04-17 00:37:30 +0200
commitdc415b761e412d6beec8a39390c3c0c2fc5ebdc2 (patch)
treec465bafebfe69be32c4f559ca5da42679a1c399d /src/OutputList.cxx
parentf1034eb657527692e7eee9d0bbb9196cfa1ad071 (diff)
downloadmpd-dc415b761e412d6beec8a39390c3c0c2fc5ebdc2.tar.gz
mpd-dc415b761e412d6beec8a39390c3c0c2fc5ebdc2.tar.xz
mpd-dc415b761e412d6beec8a39390c3c0c2fc5ebdc2.zip
output/pipe: convert to C++
Diffstat (limited to 'src/OutputList.cxx')
-rw-r--r--src/OutputList.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OutputList.cxx b/src/OutputList.cxx
index b296157a9..6e72a8772 100644
--- a/src/OutputList.cxx
+++ b/src/OutputList.cxx
@@ -31,7 +31,7 @@
#include "output/openal_output_plugin.h"
#include "output/OssOutputPlugin.hxx"
#include "output/OSXOutputPlugin.hxx"
-#include "output/pipe_output_plugin.h"
+#include "output/PipeOutputPlugin.hxx"
#include "output/PulseOutputPlugin.hxx"
#include "output/RecorderOutputPlugin.hxx"
#include "output/RoarOutputPlugin.hxx"