From 59f8144c50765189594d5932fc25869f9ea6e265 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 19 Oct 2013 18:19:03 +0200 Subject: *: use nullptr instead of NULL --- src/InputPlugin.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/InputPlugin.hxx') diff --git a/src/InputPlugin.hxx b/src/InputPlugin.hxx index 134207584..1a867b118 100644 --- a/src/InputPlugin.hxx +++ b/src/InputPlugin.hxx @@ -39,8 +39,6 @@ struct InputPlugin { /** * Global initialization. This method is called when MPD starts. * - * @param error_r location to store the error occurring, or - * NULL to ignore errors * @return true on success, false if the plugin should be * disabled */ @@ -67,7 +65,7 @@ struct InputPlugin { /** * Update the public attributes. Call before access. Can be - * NULL if the plugin always keeps its attributes up to date. + * nullptr if the plugin always keeps its attributes up to date. */ void (*update)(struct input_stream *is); -- cgit v1.2.3