aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistVector.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-02 20:25:20 +0100
committerMax Kellermann <max@duempel.org>2013-01-02 20:25:20 +0100
commit0023dffd0bf8c5793e8e92b9eec9702a296ed8d2 (patch)
tree4398964cb5c2a2f28b518c425b5f930b636f5be9 /src/PlaylistVector.cxx
parentb715e522cff7109c370e66d29ba22340c9259c52 (diff)
downloadmpd-0023dffd0bf8c5793e8e92b9eec9702a296ed8d2.tar.gz
mpd-0023dffd0bf8c5793e8e92b9eec9702a296ed8d2.tar.xz
mpd-0023dffd0bf8c5793e8e92b9eec9702a296ed8d2.zip
playlist_vector: convert to C++
Diffstat (limited to '')
-rw-r--r--src/PlaylistVector.cxx (renamed from src/playlist_vector.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist_vector.c b/src/PlaylistVector.cxx
index 74c7bf089..ea3172d0d 100644
--- a/src/playlist_vector.c
+++ b/src/PlaylistVector.cxx
@@ -18,7 +18,7 @@
*/
#include "config.h"
-#include "playlist_vector.h"
+#include "PlaylistVector.hxx"
#include "db_lock.h"
#include <assert.h>