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/OutputInternal.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/OutputInternal.hxx') diff --git a/src/OutputInternal.hxx b/src/OutputInternal.hxx index 6818dee14..db2c2b557 100644 --- a/src/OutputInternal.hxx +++ b/src/OutputInternal.hxx @@ -72,7 +72,7 @@ struct audio_output { /** * The #mixer object associated with this audio output device. - * May be NULL if none is available, or if software volume is + * May be nullptr if none is available, or if software volume is * configured. */ class Mixer *mixer; @@ -127,7 +127,7 @@ struct audio_output { bool allow_play; /** - * If not NULL, the device has failed, and this timer is used + * If not nullptr, the device has failed, and this timer is used * to estimate how long it should stay disabled (unless * explicitly reopened with "play"). */ @@ -197,7 +197,7 @@ struct audio_output { Filter *convert_filter; /** - * The thread handle, or NULL if the output thread isn't + * The thread handle, or nullptr if the output thread isn't * running. */ Thread thread; -- cgit v1.2.3