aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag_file.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-26 01:18:12 +0100
committerMax Kellermann <max@duempel.org>2013-01-26 01:23:02 +0100
commit3203a7dd8ce8db6afcc54d68d63b4f4af7dc4c7f (patch)
tree3e88008b1fbe0bebd676aac29b3415a7edc6fdab /src/tag_file.h
parent86b0adc82ce64bb08518088c35ce754dc96d7062 (diff)
downloadmpd-3203a7dd8ce8db6afcc54d68d63b4f4af7dc4c7f.tar.gz
mpd-3203a7dd8ce8db6afcc54d68d63b4f4af7dc4c7f.tar.xz
mpd-3203a7dd8ce8db6afcc54d68d63b4f4af7dc4c7f.zip
tag_file: convert to C++
Diffstat (limited to '')
-rw-r--r--src/TagFile.hxx (renamed from src/tag_file.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tag_file.h b/src/TagFile.hxx
index 8cf1af3cb..61f491854 100644
--- a/src/tag_file.h
+++ b/src/TagFile.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_TAG_FILE_H
-#define MPD_TAG_FILE_H
+#ifndef MPD_TAG_FILE_HXX
+#define MPD_TAG_FILE_HXX
#include "check.h"