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/input/DespotifyInputPlugin.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input/DespotifyInputPlugin.hxx') diff --git a/src/input/DespotifyInputPlugin.hxx b/src/input/DespotifyInputPlugin.hxx index 00d699408..f1911f235 100644 --- a/src/input/DespotifyInputPlugin.hxx +++ b/src/input/DespotifyInputPlugin.hxx @@ -20,6 +20,6 @@ #ifndef INPUT_DESPOTIFY_HXX #define INPUT_DESPOTIFY_HXX -extern const struct input_plugin input_plugin_despotify; +extern const struct InputPlugin input_plugin_despotify; #endif -- cgit v1.2.3