diff options
author | Max Kellermann <max@duempel.org> | 2013-10-02 08:13:28 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-02 08:56:27 +0200 |
commit | 0214baad5affb78bf64c7774ba48693a3c6d15ee (patch) | |
tree | 79c8c8c13a443f60007db87f65bcbe44941586f3 /src/PlaylistSong.hxx | |
parent | c2d3ed2acc9fdb9b0900b70d427d91b22684a8ec (diff) | |
download | mpd-0214baad5affb78bf64c7774ba48693a3c6d15ee.tar.gz mpd-0214baad5affb78bf64c7774ba48693a3c6d15ee.tar.xz mpd-0214baad5affb78bf64c7774ba48693a3c6d15ee.zip |
Playlist*: use nullptr instead of NULL
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. * |