diff options
Diffstat (limited to 'src/input/ArchiveInputPlugin.cxx')
-rw-r--r-- | src/input/ArchiveInputPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/ArchiveInputPlugin.cxx b/src/input/ArchiveInputPlugin.cxx index 84f0ca168..39d71f740 100644 --- a/src/input/ArchiveInputPlugin.cxx +++ b/src/input/ArchiveInputPlugin.cxx @@ -83,7 +83,7 @@ input_archive_open(const char *pathname, return is; } -const struct input_plugin input_plugin_archive = { +const InputPlugin input_plugin_archive = { "archive", nullptr, nullptr, |