aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongUpdate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/SongUpdate.cxx')
-rw-r--r--src/SongUpdate.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SongUpdate.cxx b/src/SongUpdate.cxx
index 092f5112d..37591fc4d 100644
--- a/src/SongUpdate.cxx
+++ b/src/SongUpdate.cxx
@@ -83,7 +83,7 @@ bool
Song::UpdateFile()
{
const char *suffix;
- const struct decoder_plugin *plugin;
+ const struct DecoderPlugin *plugin;
struct stat st;
struct input_stream *is = nullptr;
@@ -168,7 +168,7 @@ bool
Song::UpdateFileInArchive()
{
const char *suffix;
- const struct decoder_plugin *plugin;
+ const struct DecoderPlugin *plugin;
assert(IsFile());