summaryrefslogtreecommitdiffstats
path: root/src/tagreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tagreader.h')
-rw-r--r--src/tagreader.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tagreader.h b/src/tagreader.h
index 6ea2d81..454060b 100644
--- a/src/tagreader.h
+++ b/src/tagreader.h
@@ -21,6 +21,8 @@
class Entry;
-void parseTagFile(Entry *root,const char *fullPathName);
+#include <memory>
+
+void parseTagFile(const std::shared_ptr<Entry> &root,const char *fullPathName);
#endif