aboutsummaryrefslogtreecommitdiffstats
path: root/src/archive/ZzipArchivePlugin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/archive/ZzipArchivePlugin.cxx')
-rw-r--r--src/archive/ZzipArchivePlugin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/archive/ZzipArchivePlugin.cxx b/src/archive/ZzipArchivePlugin.cxx
index de2c62b5b..ebac331b5 100644
--- a/src/archive/ZzipArchivePlugin.cxx
+++ b/src/archive/ZzipArchivePlugin.cxx
@@ -66,7 +66,7 @@ public:
Error &error) override;
};
-extern const struct input_plugin zzip_input_plugin;
+extern const InputPlugin zzip_input_plugin;
static constexpr Domain zzip_domain("zzip");
@@ -202,7 +202,7 @@ static const char *const zzip_archive_extensions[] = {
NULL
};
-const struct input_plugin zzip_input_plugin = {
+const InputPlugin zzip_input_plugin = {
nullptr,
nullptr,
nullptr,