aboutsummaryrefslogtreecommitdiffstats
path: root/src/ApeTag.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-29 07:37:52 +0200
committerMax Kellermann <max@duempel.org>2013-07-29 07:45:58 +0200
commit14f21378e3c623ef8ab1a0fa734a6b35bc4d9b58 (patch)
tree472314e91fa4706a654fb6ef68558be40dfe632a /src/ApeTag.hxx
parentbd42aeab462887a0e5b98ca5d3f80f700046ba52 (diff)
downloadmpd-14f21378e3c623ef8ab1a0fa734a6b35bc4d9b58.tar.gz
mpd-14f21378e3c623ef8ab1a0fa734a6b35bc4d9b58.tar.xz
mpd-14f21378e3c623ef8ab1a0fa734a6b35bc4d9b58.zip
tag_table: convert to C++
Diffstat (limited to 'src/ApeTag.hxx')
-rw-r--r--src/ApeTag.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ApeTag.hxx b/src/ApeTag.hxx
index 3e6655531..96b53612b 100644
--- a/src/ApeTag.hxx
+++ b/src/ApeTag.hxx
@@ -20,7 +20,7 @@
#ifndef MPD_APE_TAG_HXX
#define MPD_APE_TAG_HXX
-#include "tag_table.h"
+#include "TagTable.hxx"
#include <stdbool.h>