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/DecoderAPI.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/DecoderAPI.hxx') diff --git a/src/DecoderAPI.hxx b/src/DecoderAPI.hxx index 8bd38545f..2d81884c2 100644 --- a/src/DecoderAPI.hxx +++ b/src/DecoderAPI.hxx @@ -146,7 +146,7 @@ decoder_tag(struct decoder *decoder, struct input_stream *is, Tag &&tag); * Set replay gain values for the following chunks. * * @param decoder the decoder object - * @param rgi the replay_gain_info object; may be NULL to invalidate + * @param rgi the replay_gain_info object; may be nullptr to invalidate * the previous replay gain values */ void @@ -157,8 +157,8 @@ decoder_replay_gain(struct decoder *decoder, * Store MixRamp tags. * * @param decoder the decoder object - * @param mixramp_start the mixramp_start tag; may be NULL to invalidate - * @param mixramp_end the mixramp_end tag; may be NULL to invalidate + * @param mixramp_start the mixramp_start tag; may be nullptr to invalidate + * @param mixramp_end the mixramp_end tag; may be nullptr to invalidate */ void decoder_mixramp(struct decoder *decoder, -- cgit v1.2.3