diff options
author | Max Kellermann <max@duempel.org> | 2013-01-07 10:36:27 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-07 10:36:27 +0100 |
commit | 47911f9544ecd3b028cc044b400536234b17949a (patch) | |
tree | 337b28a3679611dd70252f52dd6ad98faf35fdf0 /src/TagPool.hxx | |
parent | 48025c2279c246236aca858f37759726a5d3042c (diff) | |
download | mpd-47911f9544ecd3b028cc044b400536234b17949a.tar.gz mpd-47911f9544ecd3b028cc044b400536234b17949a.tar.xz mpd-47911f9544ecd3b028cc044b400536234b17949a.zip |
tag: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/TagPool.hxx (renamed from src/tag_pool.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tag_pool.h b/src/TagPool.hxx index a717f704d..170b2dae4 100644 --- a/src/tag_pool.h +++ b/src/TagPool.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_POOL_H -#define MPD_TAG_POOL_H +#ifndef MPD_TAG_POOL_HXX +#define MPD_TAG_POOL_HXX #include "tag.h" |