Consistently use nullptr instead of 0 in type_conversions.cpp
This commit is contained in:
committed by
Andrzej Rybczak
parent
4130d3ba24
commit
dcbb3ab7ef
@@ -108,7 +108,7 @@ MPD::MutableSong::SetFunction tagTypeToSetFunction(mpd_tag_type tag)
|
||||
case MPD_TAG_DISC:
|
||||
return &MPD::MutableSong::setDisc;
|
||||
default:
|
||||
return 0;
|
||||
return nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user