diff options
Diffstat (limited to '')
-rw-r--r-- | src/PlaylistSong.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistSong.hxx b/src/PlaylistSong.hxx index 68c99c4ec..d0db99868 100644 --- a/src/PlaylistSong.hxx +++ b/src/PlaylistSong.hxx @@ -23,7 +23,7 @@ struct Song; /** - * Verifies the song, returns NULL if it is unsafe. Translate the + * Verifies the song, returns nullptr if it is unsafe. Translate the * song to a new song object within the database, if it is a local * file. The old song object is freed. * |