aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/PcmDecoderPlugin.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-28 13:10:05 +0200
committerMax Kellermann <max@duempel.org>2013-07-28 13:10:05 +0200
commit6b6d9e64bda0ab19a3f6f13957f6625ba35c1d08 (patch)
treee9caa4738949a88fc736c37bb98f572a29ede31e /src/decoder/PcmDecoderPlugin.hxx
parentf016a99f2447e68d19dcccc68ecc47d12ac32e5b (diff)
downloadmpd-6b6d9e64bda0ab19a3f6f13957f6625ba35c1d08.tar.gz
mpd-6b6d9e64bda0ab19a3f6f13957f6625ba35c1d08.tar.xz
mpd-6b6d9e64bda0ab19a3f6f13957f6625ba35c1d08.zip
decoder/pcm: convert to C++
Diffstat (limited to '')
-rw-r--r--src/decoder/PcmDecoderPlugin.hxx (renamed from src/decoder/pcm_decoder_plugin.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/decoder/pcm_decoder_plugin.h b/src/decoder/PcmDecoderPlugin.hxx
index 11df80155..2883e866e 100644
--- a/src/decoder/pcm_decoder_plugin.h
+++ b/src/decoder/PcmDecoderPlugin.hxx
@@ -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
@@ -25,8 +25,8 @@
* which does not need a decoder.
*/
-#ifndef MPD_DECODER_PCM_H
-#define MPD_DECODER_PCM_H
+#ifndef MPD_DECODER_PCM_HXX
+#define MPD_DECODER_PCM_HXX
extern const struct decoder_plugin pcm_decoder_plugin;