diff options
author | Max Kellermann <max@duempel.org> | 2013-01-27 17:38:09 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-27 17:38:09 +0100 |
commit | 257a0dee758049586efbf0dc3f0339b0cef03456 (patch) | |
tree | 843392ee65fb2e1abb9dad3386ec806eb23975fd /src/CommandLine.cxx | |
parent | e995cd928c40ecea22fd4d1e3716bb9a656a5430 (diff) |
playlist/*: 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 c0b449859..f04bf89b8 100644 --- a/src/CommandLine.cxx +++ b/src/CommandLine.cxx @@ -29,7 +29,7 @@ #include "InputRegistry.hxx" #include "InputPlugin.hxx" #include "PlaylistRegistry.hxx" -#include "playlist_plugin.h" +#include "PlaylistPlugin.hxx" #include "mpd_error.h" #include "glib_compat.h" |