summaryrefslogtreecommitdiff
path: root/src/libaudtag/tag_module.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libaudtag/tag_module.cc')
-rw-r--r--src/libaudtag/tag_module.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libaudtag/tag_module.cc b/src/libaudtag/tag_module.cc
index ae24a49..15110d2 100644
--- a/src/libaudtag/tag_module.cc
+++ b/src/libaudtag/tag_module.cc
@@ -77,7 +77,7 @@ bool TagModule::can_handle_file (VFSFile & file)
return false;
}
-bool TagModule::read_tag (VFSFile & file, Tuple * tuple, Index<char> * image)
+bool TagModule::read_tag (VFSFile & file, Tuple & tuple, Index<char> * image)
{
AUDDBG ("%s: read_tag() not implemented.\n", m_name);
return false;