aboutsummaryrefslogtreecommitdiffstats
path: root/src/OutputList.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-17 00:47:20 +0200
committerMax Kellermann <max@duempel.org>2013-04-17 00:47:20 +0200
commit166569200a0fcbcad5fb4a3b864b061796d058c6 (patch)
tree858dbe658a95cbac55c8ec21d88ce75ffc9078a7 /src/OutputList.cxx
parente903d0096807565834c77e6d85c670493e34202f (diff)
downloadmpd-166569200a0fcbcad5fb4a3b864b061796d058c6.tar.gz
mpd-166569200a0fcbcad5fb4a3b864b061796d058c6.tar.xz
mpd-166569200a0fcbcad5fb4a3b864b061796d058c6.zip
output/shout: 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 4191da07c..fa7d1091c 100644
--- a/src/OutputList.cxx
+++ b/src/OutputList.cxx
@@ -33,7 +33,7 @@
#include "output/PulseOutputPlugin.hxx"
#include "output/RecorderOutputPlugin.hxx"
#include "output/RoarOutputPlugin.hxx"
-#include "output/shout_output_plugin.h"
+#include "output/ShoutOutputPlugin.hxx"
#include "output/solaris_output_plugin.h"
#include "output/WinmmOutputPlugin.hxx"