From 72af3c0489f8bc417189b6dd48b8db4f380e4ba3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 21 Oct 2013 20:31:34 +0200 Subject: decoder_plugin: rename struct to DecoderPlugin --- src/SongUpdate.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/SongUpdate.cxx') 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()); -- cgit v1.2.3