diff options
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 9ce72e5e3..2213060bf 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -74,7 +74,7 @@ class LocalPlayer final : public Being, /** * Constructor. */ - LocalPlayer(const int id = 65535, const int subtype = 0); + explicit LocalPlayer(const int id = 65535, const int subtype = 0); A_DELETE_COPY(LocalPlayer) |