From 24780d99e61af44141e8f0d0d0776a1c994e6770 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 17 Oct 2013 10:20:57 +0200 Subject: input_plugin: rename struct to "InputPlugin" --- src/InputInit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/InputInit.cxx') diff --git a/src/InputInit.cxx b/src/InputInit.cxx index d39ca5325..b488e48e3 100644 --- a/src/InputInit.cxx +++ b/src/InputInit.cxx @@ -65,7 +65,7 @@ input_stream_global_init(Error &error) const config_param empty; for (unsigned i = 0; input_plugins[i] != NULL; ++i) { - const struct input_plugin *plugin = input_plugins[i]; + const InputPlugin *plugin = input_plugins[i]; assert(plugin->name != NULL); assert(*plugin->name != 0); -- cgit v1.2.3