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