From 2fa941b89177cf91cbbc84700c1d7631aa85bcc2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 9 Aug 2015 00:27:33 +0300 Subject: Add some missing checks to other files found by paranucker. --- src/actormanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actormanager.h') diff --git a/src/actormanager.h b/src/actormanager.h index d9c85336b..270530f48 100644 --- a/src/actormanager.h +++ b/src/actormanager.h @@ -64,7 +64,7 @@ class ActorManager final: public ConfigListener /** * Sets the current player. */ - void setPlayer(LocalPlayer *const player); + void setPlayer(LocalPlayer *const player) A_NONNULL(2); /** * Create a Being and add it to the list of ActorSprites. -- cgit v1.2.3-60-g2f50