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/DatabaseGlue.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/DatabaseGlue.hxx') diff --git a/src/DatabaseGlue.hxx b/src/DatabaseGlue.hxx index 202881382..4fcc68451 100644 --- a/src/DatabaseGlue.hxx +++ b/src/DatabaseGlue.hxx @@ -41,7 +41,7 @@ bool DatabaseGlobalOpen(Error &error); /** - * Returns the global #Database instance. May return NULL if this MPD + * Returns the global #Database instance. May return nullptr if this MPD * configuration has no database (no music_directory was configured). */ gcc_pure @@ -49,7 +49,7 @@ const Database * GetDatabase(); /** - * Returns the global #Database instance. May return NULL if this MPD + * Returns the global #Database instance. May return nullptr if this MPD * configuration has no database (no music_directory was configured). */ gcc_pure -- cgit v1.2.3