diff options
author | Max Kellermann <max@duempel.org> | 2014-02-08 13:22:13 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-08 13:22:13 +0100 |
commit | 9906daeca71b7e552721f85f3696d9e6a20f7a5b (patch) | |
tree | 89c934549bbfb4eb7051fa9af868d4fd4014a001 /src/input/plugins/ArchiveInputPlugin.cxx | |
parent | 5fb54095d22e38662383fc73bc1af56da357756c (diff) | |
download | mpd-9906daeca71b7e552721f85f3696d9e6a20f7a5b.tar.gz mpd-9906daeca71b7e552721f85f3696d9e6a20f7a5b.tar.xz mpd-9906daeca71b7e552721f85f3696d9e6a20f7a5b.zip |
ArchivePlugin: rename struct archive_plugin to ArchivePlugin
Diffstat (limited to 'src/input/plugins/ArchiveInputPlugin.cxx')
-rw-r--r-- | src/input/plugins/ArchiveInputPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/plugins/ArchiveInputPlugin.cxx b/src/input/plugins/ArchiveInputPlugin.cxx index df1a72585..8e1b216d8 100644 --- a/src/input/plugins/ArchiveInputPlugin.cxx +++ b/src/input/plugins/ArchiveInputPlugin.cxx @@ -44,7 +44,7 @@ input_archive_open(const char *pathname, Mutex &mutex, Cond &cond, Error &error) { - const struct archive_plugin *arplug; + const ArchivePlugin *arplug; InputStream *is; if (!PathTraitsFS::IsAbsolute(pathname)) |