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/archive/ArchivePlugin.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/archive/ArchivePlugin.cxx')
-rw-r--r-- | src/archive/ArchivePlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/archive/ArchivePlugin.cxx b/src/archive/ArchivePlugin.cxx index f8025a121..6633c1748 100644 --- a/src/archive/ArchivePlugin.cxx +++ b/src/archive/ArchivePlugin.cxx @@ -25,7 +25,7 @@ #include <assert.h> ArchiveFile * -archive_file_open(const struct archive_plugin *plugin, const char *path, +archive_file_open(const ArchivePlugin *plugin, const char *path, Error &error) { assert(plugin != nullptr); |