aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagFile.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/TagFile.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/TagFile.cxx b/src/TagFile.cxx
index 70a38196c..60ed4a117 100644
--- a/src/TagFile.cxx
+++ b/src/TagFile.cxx
@@ -53,7 +53,7 @@ tag_file_scan(const char *path_fs,
do {
/* load file tag */
- if (decoder_plugin_scan_file(plugin, path_fs,
+ if (decoder_plugin_scan_file(*plugin, path_fs,
handler, handler_ctx))
break;
@@ -69,7 +69,7 @@ tag_file_scan(const char *path_fs,
/* now try the stream_tag() method */
if (is != nullptr) {
- if (decoder_plugin_scan_stream(plugin, is,
+ if (decoder_plugin_scan_stream(*plugin, is,
handler,
handler_ctx))
break;