diff options
author | Max Kellermann <max@duempel.org> | 2012-09-28 00:40:00 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-09-28 00:40:00 +0200 |
commit | d0c3fa015039e005af658619fd7b4289c9abcd6f (patch) | |
tree | 2391eabdabd522fdd32cc75518821ced1b59983b /src/DatabasePlaylist.cxx | |
parent | 609f6ce66de4d100388531db5a420f155b7bf64d (diff) | |
download | mpd-d0c3fa015039e005af658619fd7b4289c9abcd6f.tar.gz mpd-d0c3fa015039e005af658619fd7b4289c9abcd6f.tar.xz mpd-d0c3fa015039e005af658619fd7b4289c9abcd6f.zip |
main: use C++ compiler
Diffstat (limited to 'src/DatabasePlaylist.cxx')
-rw-r--r-- | src/DatabasePlaylist.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DatabasePlaylist.cxx b/src/DatabasePlaylist.cxx index 3020b3274..fb477e83b 100644 --- a/src/DatabasePlaylist.cxx +++ b/src/DatabasePlaylist.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "DatabasePlaylist.hxx" #include "DatabaseSelection.hxx" -#include "PlaylistFile.h" +#include "PlaylistFile.hxx" #include "DatabaseGlue.hxx" #include "DatabasePlugin.hxx" |