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/InputRegistry.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/InputRegistry.cxx') diff --git a/src/InputRegistry.cxx b/src/InputRegistry.cxx index d7481ebee..aa6c06ed1 100644 --- a/src/InputRegistry.cxx +++ b/src/InputRegistry.cxx @@ -46,7 +46,7 @@ #include "input/DespotifyInputPlugin.hxx" #endif -const struct input_plugin *const input_plugins[] = { +const InputPlugin *const input_plugins[] = { &input_plugin_file, #ifdef ENABLE_ARCHIVE &input_plugin_archive, -- cgit v1.2.3