From a40246d3123d4bd0d1be638cd7f7b91274d8f23d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 26 Oct 2013 15:14:54 +0200 Subject: TagFile: use Path instead of const char * --- src/tag/ApeLoader.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/tag/ApeLoader.hxx') diff --git a/src/tag/ApeLoader.hxx b/src/tag/ApeLoader.hxx index a32ab840c..915c363b4 100644 --- a/src/tag/ApeLoader.hxx +++ b/src/tag/ApeLoader.hxx @@ -26,6 +26,8 @@ #include +class Path; + typedef std::function ApeTagCallback; @@ -38,6 +40,6 @@ typedef std::function