aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmPack.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-16 20:54:51 +0200
committerMax Kellermann <max@duempel.org>2013-10-16 22:07:43 +0200
commitf32fbd9ed13bc6017f72928a49c43c6bf73fd615 (patch)
treef30407edb34b083800ac5945c7768aad8db40ddd /src/pcm/PcmPack.cxx
parente3511d0ee07ef5a8d0582c85e3ca27fa51d80570 (diff)
downloadmpd-f32fbd9ed13bc6017f72928a49c43c6bf73fd615.tar.gz
mpd-f32fbd9ed13bc6017f72928a49c43c6bf73fd615.tar.xz
mpd-f32fbd9ed13bc6017f72928a49c43c6bf73fd615.zip
pcm_pack: convert to C++
Diffstat (limited to '')
-rw-r--r--src/pcm/PcmPack.cxx (renamed from src/pcm/pcm_pack.c)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pcm/pcm_pack.c b/src/pcm/PcmPack.cxx
index 921d880c0..fa020bf63 100644
--- a/src/pcm/pcm_pack.c
+++ b/src/pcm/PcmPack.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2011 The Music Player Daemon Project
+ * Copyright (C) 2003-2013 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include "pcm_pack.h"
+#include "PcmPack.hxx"
#include <glib.h>