summaryrefslogtreecommitdiff
path: root/src/TagFile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/TagFile.hxx')
-rw-r--r--src/TagFile.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/TagFile.hxx b/src/TagFile.hxx
index 851cc9633..427c29c28 100644
--- a/src/TagFile.hxx
+++ b/src/TagFile.hxx
@@ -23,7 +23,7 @@
#include "check.h"
class Path;
-struct TagHandler;
+class TagHandler;
class TagBuilder;
/**
@@ -34,8 +34,7 @@ class TagBuilder;
* found)
*/
bool
-tag_file_scan(Path path,
- const TagHandler &handler, void *handler_ctx) noexcept;
+tag_file_scan(Path path, TagHandler &handler) noexcept;
/**
* Scan the tags of a song file. Invokes matching decoder plugins,