diff options
author | Max Kellermann <max@duempel.org> | 2013-04-17 01:12:05 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-17 01:12:05 +0200 |
commit | 3a2254c91f19364d41aacea442c43b00aa1175e2 (patch) | |
tree | c6774b0203db2d5b536c5df8f3604d4d3431342f /src/CommandLine.cxx | |
parent | 4aeec4bb60f5f7635679ecbbee1f3e046901d640 (diff) |
output: convert to C++
Diffstat (limited to 'src/CommandLine.cxx')
-rw-r--r-- | src/CommandLine.cxx | 2 |
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" |