aboutsummaryrefslogtreecommitdiffstats
path: root/src/CommandLine.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-04-17 01:12:05 +0200
committerMax Kellermann <max@duempel.org>2013-04-17 01:12:05 +0200
commit3a2254c91f19364d41aacea442c43b00aa1175e2 (patch)
treec6774b0203db2d5b536c5df8f3604d4d3431342f /src/CommandLine.cxx
parent4aeec4bb60f5f7635679ecbbee1f3e046901d640 (diff)
downloadmpd-3a2254c91f19364d41aacea442c43b00aa1175e2.tar.gz
mpd-3a2254c91f19364d41aacea442c43b00aa1175e2.tar.xz
mpd-3a2254c91f19364d41aacea442c43b00aa1175e2.zip
output: convert to C++
Diffstat (limited to 'src/CommandLine.cxx')
-rw-r--r--src/CommandLine.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx
index 0de211fd7..ec6d8c7b1 100644
--- a/src/CommandLine.cxx
+++ b/src/CommandLine.cxx
@@ -25,7 +25,7 @@
#include "DecoderList.hxx"
#include "decoder_plugin.h"
#include "OutputList.hxx"
-#include "output_plugin.h"
+#include "OutputPlugin.hxx"
#include "InputRegistry.hxx"
#include "InputPlugin.hxx"
#include "PlaylistRegistry.hxx"