diff options
Diffstat (limited to 'src/DatabaseGlue.hxx')
-rw-r--r-- | src/DatabaseGlue.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 |