From 27a45d169e1b3196496abbd396894eb03fd6c280 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 17 Mar 2014 21:19:28 +0100 Subject: VOYEUR: Use a nullptr instead of a 0 in a return value --- engines/voyeur/animation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/voyeur/animation.cpp b/engines/voyeur/animation.cpp index 20af780755..c1ded75f02 100644 --- a/engines/voyeur/animation.cpp +++ b/engines/voyeur/animation.cpp @@ -100,7 +100,7 @@ const Common::List *RL2Decoder::getDirtyRects() const { if (_videoTrack) return _videoTrack->getDirtyRects(); - return 0; + return nullptr; } void RL2Decoder::clearDirtyRects() { -- cgit v1.2.3