diff options
Diffstat (limited to 'servers/audio/audio_rb_resampler.h')
-rw-r--r-- | servers/audio/audio_rb_resampler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/audio/audio_rb_resampler.h b/servers/audio/audio_rb_resampler.h index 8cd9714d57..40cf3e4cd7 100644 --- a/servers/audio/audio_rb_resampler.h +++ b/servers/audio/audio_rb_resampler.h @@ -69,7 +69,7 @@ public: } _FORCE_INLINE_ bool is_ready() const { - return rb != NULL; + return rb != nullptr; } _FORCE_INLINE_ int get_total() const { |