diff options
Diffstat (limited to 'src/InputPlugin.hxx')
-rw-r--r-- | src/InputPlugin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/InputPlugin.hxx b/src/InputPlugin.hxx index a5cf912da..a1eb16339 100644 --- a/src/InputPlugin.hxx +++ b/src/InputPlugin.hxx @@ -39,7 +39,7 @@ struct input_plugin { * @return true on success, false if the plugin should be * disabled */ - bool (*init)(const struct config_param *param, GError **error_r); + bool (*init)(const config_param ¶m, GError **error_r); /** * Global deinitialization. Called once before MPD shuts |