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