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 /test/visit_archive.cxx | |
parent | 5fb54095d22e38662383fc73bc1af56da357756c (diff) |
ArchivePlugin: rename struct archive_plugin to ArchivePlugin
Diffstat (limited to 'test/visit_archive.cxx')
-rw-r--r-- | test/visit_archive.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/visit_archive.cxx b/test/visit_archive.cxx index 0ff5706f2..0f60b8414 100644 --- a/test/visit_archive.cxx +++ b/test/visit_archive.cxx @@ -77,7 +77,7 @@ main(int argc, char **argv) /* open the archive and dump it */ - const archive_plugin *plugin = archive_plugin_from_name(plugin_name); + const ArchivePlugin *plugin = archive_plugin_from_name(plugin_name); if (plugin == nullptr) { fprintf(stderr, "No such plugin: %s\n", plugin_name); return EXIT_FAILURE; |