From deef43ce3342df308cd19c9ff37a2e953ed31cf1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 21 Apr 2018 05:54:26 +0300 Subject: Fix different cast issues and remove useless explicit keywords. --- src/being/localplayer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/being/localplayer.h') diff --git a/src/being/localplayer.h b/src/being/localplayer.h index f8faaaecb..14d38108d 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -55,8 +55,8 @@ class LocalPlayer final : public Being, /** * Constructor. */ - explicit LocalPlayer(const BeingId id, - const BeingTypeId subType); + LocalPlayer(const BeingId id, + const BeingTypeId subType); A_DELETE_COPY(LocalPlayer) -- cgit v1.2.3-60-g2f50