aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagId3.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-28 20:25:45 +0200
committerMax Kellermann <max@duempel.org>2013-07-28 20:25:45 +0200
commitdd5ba062cc03d0de7fa2b46f16817f8c7c2b112e (patch)
tree3bf0273d15ce6a4a2b62ba344e80bbb4a3617e40 /src/TagId3.hxx
parentba161ec572b98d3bcf9f735ff122133319fe896a (diff)
downloadmpd-dd5ba062cc03d0de7fa2b46f16817f8c7c2b112e.tar.gz
mpd-dd5ba062cc03d0de7fa2b46f16817f8c7c2b112e.tar.xz
mpd-dd5ba062cc03d0de7fa2b46f16817f8c7c2b112e.zip
tag_id3: convert to C++
Diffstat (limited to '')
-rw-r--r--src/TagId3.hxx (renamed from src/tag_id3.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tag_id3.h b/src/TagId3.hxx
index 1907c13fc..271fc081f 100644
--- a/src/tag_id3.h
+++ b/src/TagId3.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_TAG_ID3_H
-#define MPD_TAG_ID3_H
+#ifndef MPD_TAG_ID3_HXX
+#define MPD_TAG_ID3_HXX
#include "check.h"
#include "gcc.h"