mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-26 03:37:53 +00:00
VOYEUR: Use a nullptr instead of a 0 in a return value
This commit is contained in:
parent
548dd029ee
commit
27a45d169e
@ -100,7 +100,7 @@ const Common::List<Common::Rect> *RL2Decoder::getDirtyRects() const {
|
||||
if (_videoTrack)
|
||||
return _videoTrack->getDirtyRects();
|
||||
|
||||
return 0;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void RL2Decoder::clearDirtyRects() {
|
||||
|
Loading…
Reference in New Issue
Block a user