diff options
author | Max Kellermann <max@duempel.org> | 2013-01-04 08:41:16 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-04 09:41:45 +0100 |
commit | e12cc01aa4b25798a2887ac6c5e01309e744ea8b (patch) | |
tree | cbf58024a0fb6d470a87c420ddcdf0ac2f0f15d6 /src/decoder_internal.h | |
parent | 71c697288b2325011f7302437aac912e88d6b6b4 (diff) | |
download | mpd-e12cc01aa4b25798a2887ac6c5e01309e744ea8b.tar.gz mpd-e12cc01aa4b25798a2887ac6c5e01309e744ea8b.tar.xz mpd-e12cc01aa4b25798a2887ac6c5e01309e744ea8b.zip |
decoder_*: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/DecoderInternal.hxx (renamed from src/decoder_internal.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/decoder_internal.h b/src/DecoderInternal.hxx index 5bc7e216d..698e90bf1 100644 --- a/src/decoder_internal.h +++ b/src/DecoderInternal.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 @@ -17,8 +17,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef MPD_DECODER_INTERNAL_H -#define MPD_DECODER_INTERNAL_H +#ifndef MPD_DECODER_INTERNAL_HXX +#define MPD_DECODER_INTERNAL_HXX #include "decoder_command.h" #include "pcm_convert.h" |