diff options
author | Max Kellermann <max@duempel.org> | 2013-01-07 22:04:58 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-07 22:04:58 +0100 |
commit | 39060b528aceee15a19842f2e9c830d4b35af99e (patch) | |
tree | 179bff5d1494118f284eb8e45b00206ff7315844 /src/decoder/VorbisComments.hxx | |
parent | 4a36323f1bf9b6db20faa5f512095d1bb7bced2b (diff) | |
download | mpd-39060b528aceee15a19842f2e9c830d4b35af99e.tar.gz mpd-39060b528aceee15a19842f2e9c830d4b35af99e.tar.xz mpd-39060b528aceee15a19842f2e9c830d4b35af99e.zip |
decoder/vorbis: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/decoder/VorbisComments.hxx (renamed from src/decoder/vorbis_comments.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/decoder/vorbis_comments.h b/src/decoder/VorbisComments.hxx index c15096930..8212cac47 100644 --- a/src/decoder/vorbis_comments.h +++ b/src/decoder/VorbisComments.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2012 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_VORBIS_COMMENTS_H -#define MPD_VORBIS_COMMENTS_H +#ifndef MPD_VORBIS_COMMENTS_HXX +#define MPD_VORBIS_COMMENTS_HXX #include "check.h" |