Playlist*: use nullptr instead of NULL

This commit is contained in:
Max Kellermann
2013-10-02 08:13:28 +02:00
parent c2d3ed2acc
commit 0214baad5a
17 changed files with 127 additions and 128 deletions

View File

@@ -226,7 +226,7 @@ playlist::SeekSongPosition(player_control &pc, unsigned song, float seek_time)
}
queued = -1;
UpdateQueuedSong(pc, NULL);
UpdateQueuedSong(pc, nullptr);
return PLAYLIST_RESULT_SUCCESS;
}