diff options
author | Max Kellermann <max@duempel.org> | 2013-04-17 00:07:04 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-17 00:37:30 +0200 |
commit | dc415b761e412d6beec8a39390c3c0c2fc5ebdc2 (patch) | |
tree | c465bafebfe69be32c4f559ca5da42679a1c399d /src/OutputList.cxx | |
parent | f1034eb657527692e7eee9d0bbb9196cfa1ad071 (diff) | |
download | mpd-dc415b761e412d6beec8a39390c3c0c2fc5ebdc2.tar.gz mpd-dc415b761e412d6beec8a39390c3c0c2fc5ebdc2.tar.xz mpd-dc415b761e412d6beec8a39390c3c0c2fc5ebdc2.zip |
output/pipe: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/OutputList.cxx | 2 |
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" |